Skip to content

Commit

Permalink
Merge pull request #96 from BOINC/vko_fix_build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
AenBleidd authored Jun 14, 2024
2 parents 249213d + f1f3e0f commit 5414d99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions boinc-autodock-vina/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project (boinc-autodock-vina CXX)
find_package(autodock-vina REQUIRED)
find_package(boinc REQUIRED)
find_package(OpenSSL REQUIRED)
find_package(Boost REQUIRED COMPONENTS filesystem log math_tr1 program_options random serialization thread timer)
find_package(Boost REQUIRED COMPONENTS filesystem log program_options random serialization thread timer)
find_package(magic_enum CONFIG REQUIRED)
find_package(jsoncons CONFIG REQUIRED)
find_package(GTest CONFIG REQUIRED)
Expand Down Expand Up @@ -181,7 +181,6 @@ if (NOT COVERAGE_REPORT)
Boost::boost
Boost::filesystem
Boost::log
Boost::math_tr1
Boost::program_options
Boost::random
Boost::serialization
Expand Down Expand Up @@ -213,7 +212,6 @@ set (UNIT_TEST_LINK_LIBRARIES
Boost::boost
Boost::filesystem
Boost::log
Boost::math_tr1
Boost::program_options
Boost::random
Boost::serialization
Expand Down

0 comments on commit 5414d99

Please sign in to comment.