mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:29:07 +08:00
23 lines
541 B
Diff
23 lines
541 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index d8679fb..6dc6501 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -244,7 +249,7 @@ set_target_properties(
|
||
|
VERSION ${PROJECT_VERSION}
|
||
|
)
|
||
|
|
||
|
-if(MSVC)
|
||
|
+if(0) # Never add suffixes which are not added by the autotools build or the nmake makefiles
|
||
|
if(BUILD_SHARED_LIBS)
|
||
|
set_target_properties(
|
||
|
LibXslt
|
||
|
@@ -327,7 +332,7 @@ set_target_properties(
|
||
|
VERSION ${LIBEXSLT_VERSION}
|
||
|
)
|
||
|
|
||
|
-if(MSVC)
|
||
|
+if(0) # same reason as above
|
||
|
if(BUILD_SHARED_LIBS)
|
||
|
set_target_properties(
|
||
|
LibExslt
|