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 824e861 commit 41ba625Copy full SHA for 41ba625
cmake/modules/FindThirdpartyBoost.cmake
@@ -23,6 +23,7 @@ try_compile(IS_THIRDPARTY_BOOST_OK
23
${CMAKE_BINARY_DIR}
24
${PROJECT_SOURCE_DIR}/thirdparty/boost/test/ThirdpartyBoostCompile_test.cpp
25
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES=${THIRDPARTY_BOOST_INCLUDE_DIR}"
26
+ CXX_STANDARD 11
27
LINK_LIBRARIES ${THIRDPARTY_BOOST_LINK_LIBS}
28
OUTPUT_VARIABLE OUT
29
)
0 commit comments