Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Jan 9, 2025
1 parent c6c45d0 commit 2db6ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ if(ENABLE_TESTS)
endif()

set(BOOST_MINIMUM_VERSION 1.63.0)
set(BOOST_COMPONENTS filesystem iostreams thread)
set(BOOST_HUNTER_COMPONENTS system atomic regex ${BOOST_COMPONENTS})
set(BOOST_COMPONENTS filesystem iostreams regex thread)
set(BOOST_HUNTER_COMPONENTS system atomic ${BOOST_COMPONENTS})
if(ENABLE_TESTS)
list(APPEND BOOST_COMPONENTS unit_test_framework)
list(APPEND BOOST_HUNTER_COMPONENTS test)
Expand Down

0 comments on commit 2db6ddb

Please sign in to comment.