We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb3b60 commit 033703bCopy full SHA for 033703b
1 file changed
cmake/commonSettings.cmake
@@ -144,7 +144,7 @@ else()
144
endif()
145
146
147
- # Boost static runtime ON for MSVC
+ # Boost static runtime
148
if(NOT DEFINED Boost_USE_STATIC_RUNTIME)
149
if(BUILD_SHARED_LIBS)
150
set(Boost_USE_STATIC_RUNTIME OFF)
@@ -153,7 +153,7 @@ else()
153
154
155
156
- # Use Boost Release
+ # Use Boost Release/Debug
157
if(CMAKE_BUILD_TYPE MATCHES Release)
158
set(Boost_USE_DEBUG_LIBS OFF)
159
set(Boost_USE_RELEASE_LIBS ON)
0 commit comments