File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ if (BOOST_USE_PRECOMPILED)
6060 INSTALL_COMMAND ""
6161 )
6262 ExternalProject_Get_Property(boost SOURCE_DIR)
63- set (BOOST_INCLUDE_PATH "${SOURCE_DIR} /include/boost-1_74 " )
63+ set (BOOST_INCLUDE_PATH "${SOURCE_DIR} /include/boost-1_83 " )
6464 link_directories ("${SOURCE_DIR} /lib" )
6565else ()
6666 set (BOOST_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR} /boost-install )
@@ -80,7 +80,7 @@ else ()
8080 BUILD_COMMAND ./b2 install debug release --prefix =${BOOST_INSTALL_DIR} link=static threading=multi runtime-link=shared -j ${CONFIG_CPU_COUNT}
8181 INSTALL_COMMAND ""
8282 )
83- set (BOOST_INCLUDE_PATH "${BOOST_INSTALL_DIR} /include/boost-1_74 " )
83+ set (BOOST_INCLUDE_PATH "${BOOST_INSTALL_DIR} /include/boost-1_83 " )
8484 link_directories ("${BOOST_INSTALL_DIR} /lib" )
8585endif ()
8686add_definitions ( -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE )
You can’t perform that action at this time.
0 commit comments