Skip to content

Commit

Permalink
refresh of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Oct 22, 2024
1 parent b6a092e commit c0c05f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif()
# Setting the boost libraries needed for PPNF
# NOTE: need 1.48 as pagmo.
set(_PPNF_MIN_BOOST_VERSION "1.48")
find_package(Boost ${_PPNF_MIN_BOOST_VERSION} REQUIRED COMPONENTS system filesystem unit_test_framework)
find_package(Boost ${_PPNF_MIN_BOOST_VERSION} REQUIRED COMPONENTS system filesystem unit_test_framework serialization)
MESSAGE(STATUS "Detected Boost version: ${Boost_VERSION}")
# Include system Boost headers.
MESSAGE(STATUS "Boost include dirs: ${Boost_INCLUDE_DIRS}")
Expand Down

0 comments on commit c0c05f5

Please sign in to comment.