Skip to content

Commit

Permalink
Removed Boost_USE_STATIC_LIBS option
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Apr 7, 2024
1 parent 0b850d5 commit 5bc7f92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ if(NOT DEFINED USE_BOOST_VERSION)
set(USE_BOOST_VERSION 1.83)
endif()

option(Boost_USE_STATIC_LIBS "Link statically with boost libraries" OFF)
find_package(Boost ${USE_BOOST_VERSION} REQUIRED COMPONENTS
system
context
Expand Down

0 comments on commit 5bc7f92

Please sign in to comment.