Skip to content
Snippets Groups Projects
Commit 2bb3eedaf2ac authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

CMake: Only add postfixes if MSVC

parent 97d750895edd
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@
VERSION ${PROJECT_VERSION}
)
if(WIN32)
if(MSVC)
if(BUILD_SHARED_LIBS)
set_target_properties(
LibXslt
......@@ -325,7 +325,7 @@
VERSION ${LIBEXSLT_VERSION}
)
if(WIN32)
if(MSVC)
if(BUILD_SHARED_LIBS)
set_target_properties(
LibExslt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment