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 9bea093 commit c744440Copy full SHA for c744440
Release/CMakeLists.txt
@@ -32,6 +32,10 @@ else()
32
set(BUILD_SAMPLES ON CACHE BOOL "Build sample applications.")
33
endif()
34
35
+if(WIN32)
36
+ set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Default filename postfix for libraries under configuration DEBUG")
37
+endif()
38
+
39
if(ANDROID)
40
set(Boost_USE_STATIC_LIBS ON CACHE BOOL "Link against boost statically.")
41
else()
0 commit comments