12 lines
307 B
Diff
12 lines
307 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -449,7 +449,7 @@
|
|
endif ()
|
|
# filename suffix for static libraries on Windows
|
|
if (OS_WINDOWS AND "^${TYPE}$" STREQUAL "^STATIC$")
|
|
- set (type_suffix "_${type}")
|
|
+ set (type_suffix "")
|
|
else ()
|
|
set (type_suffix "")
|
|
endif ()
|