Skip to content

Commit

Permalink
use default boost version
Browse files Browse the repository at this point in the history
  • Loading branch information
novemus committed May 30, 2024
1 parent 31f7542 commit c8c3673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ string(REGEX REPLACE "[^/\\]+" ".." WORMHOLE_INSTALL_CMAKEDIR_REVERSE ${WORMHOLE
set(Boost_USE_STATIC_LIBS ON)

if(BUILD_TESTING)
find_package(Boost 1.81 REQUIRED COMPONENTS system program_options unit_test_framework)
find_package(Boost REQUIRED COMPONENTS system program_options unit_test_framework)
else()
find_package(Boost 1.81 REQUIRED COMPONENTS system program_options)
find_package(Boost REQUIRED COMPONENTS system program_options)
endif()

message(status "* Boost Version: ${Boost_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion tubus
Submodule tubus updated 1 files
+2 −2 CMakeLists.txt

0 comments on commit c8c3673

Please sign in to comment.