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 89f31b3 commit dc45cdcCopy full SHA for dc45cdc
cmake/ConfigBoost.cmake
@@ -49,5 +49,3 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
49
find_package(RT)
50
list(APPEND Boost_LIBRARIES ${LIBRT_LIBRARIES})
51
endif()
52
-list(APPEND EXTERNAL_BOOST_LIBS ${Boost_CHRONO_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_TIMER_LIBRARY} ${LIBRT_LIBRARIES})
53
-file(WRITE ${EXTERNAL_PROJECT_INSTALL_PREFIX}/boost_libs.txt "${EXTERNAL_BOOST_LIBS}")
0 commit comments