Skip to content

Commit ff1c75d

Browse files
author
Oleh Kulykov
committed
1722333080
1 parent 3e06d57 commit ff1c75d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,7 @@ if (LIBPLZMA_OPT_STATIC)
10621062
add_library(plzma_static STATIC ${LIBPLZMA_SOURCES} ${LIBPLZMA_PUBLIC_HEADERS} ${LIBPLZMA_INTERNAL_HEADERS})
10631063
set_property(TARGET plzma_static APPEND PROPERTY COMPILE_FLAGS -DLIBPLZMA_STATIC=1)
10641064
if (MSVC)
1065+
message("Static lib. MSVC")
10651066
# MSVC does not append 'lib' - do it here to have consistent name
10661067
set_target_properties(plzma_static PROPERTIES PREFIX "lib")
10671068
endif()
@@ -1076,4 +1077,4 @@ if (LIBPLZMA_OPT_TESTS)
10761077

10771078
# This must always be last!
10781079
include(CPack)
1079-
endif(LIBPLZMA_OPT_TESTS)
1080+
endif()

0 commit comments

Comments
 (0)