We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97e8e6 commit 0561440Copy full SHA for 0561440
iis/CMakeLists.txt
@@ -172,7 +172,7 @@ if(APACHE_ROOT)
172
)
173
174
add_library(Apache::apriconv SHARED IMPORTED)
175
- set_target_properties(Apache::apriconv SHARED IMPORTED PROPERTIES
+ set_target_properties(Apache::apriconv PROPERTIES
176
IMPORTED_IMPLIB "${APACHE_ROOT}/lib/libapriconv-1.lib"
177
IMPORTED_LOCATION "${APACHE_ROOT}/bin/libapriconv-1.dll"
178
0 commit comments