We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f44b6 commit cfa427bCopy full SHA for cfa427b
1 file changed
cmake/commonSettings.cmake
@@ -156,6 +156,7 @@ else()
156
# Use Boost Release
157
set(Boost_USE_DEBUG_LIBS OFF)
158
set(Boost_USE_RELEASE_LIBS ON)
159
+ set(Boost_NO_BOOST_CMAKE ON)
160
161
if(NOT Boost_USE_STATIC_LIBS)
162
# link against dynamic boost libraries
0 commit comments