Skip to content

Commit 033703b

Browse files
committed
Update commonSettings.cmake
Update comments.
1 parent 9eb3b60 commit 033703b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/commonSettings.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ else()
144144
endif()
145145
endif()
146146

147-
# Boost static runtime ON for MSVC
147+
# Boost static runtime
148148
if(NOT DEFINED Boost_USE_STATIC_RUNTIME)
149149
if(BUILD_SHARED_LIBS)
150150
set(Boost_USE_STATIC_RUNTIME OFF)
@@ -153,7 +153,7 @@ else()
153153
endif()
154154
endif()
155155

156-
# Use Boost Release
156+
# Use Boost Release/Debug
157157
if(CMAKE_BUILD_TYPE MATCHES Release)
158158
set(Boost_USE_DEBUG_LIBS OFF)
159159
set(Boost_USE_RELEASE_LIBS ON)

0 commit comments

Comments
 (0)