Skip to content

Commit dc45cdc

Browse files
robertodrRoberto Di Remigio
authored andcommitted
Revert "Export Boost libs needed also by host program at linking stage"
This reverts commit cd50c23da9c9b1deffee88dc0dc7fdb4539d5722.
1 parent 89f31b3 commit dc45cdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/ConfigBoost.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,3 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
4949
find_package(RT)
5050
list(APPEND Boost_LIBRARIES ${LIBRT_LIBRARIES})
5151
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

Comments
 (0)