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 3e06d57 commit ff1c75dCopy full SHA for ff1c75d
CMakeLists.txt
@@ -1062,6 +1062,7 @@ if (LIBPLZMA_OPT_STATIC)
1062
add_library(plzma_static STATIC ${LIBPLZMA_SOURCES} ${LIBPLZMA_PUBLIC_HEADERS} ${LIBPLZMA_INTERNAL_HEADERS})
1063
set_property(TARGET plzma_static APPEND PROPERTY COMPILE_FLAGS -DLIBPLZMA_STATIC=1)
1064
if (MSVC)
1065
+ message("Static lib. MSVC")
1066
# MSVC does not append 'lib' - do it here to have consistent name
1067
set_target_properties(plzma_static PROPERTIES PREFIX "lib")
1068
endif()
@@ -1076,4 +1077,4 @@ if (LIBPLZMA_OPT_TESTS)
1076
1077
1078
# This must always be last!
1079
include(CPack)
-endif(LIBPLZMA_OPT_TESTS)
1080
+endif()
0 commit comments