Skip to content

Commit

Permalink
Request config
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis authored Aug 8, 2024
1 parent dd233d9 commit 8538988
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 @@ -27,7 +27,7 @@ find_package (Threads REQUIRED)

find_package(precice 3.0 REQUIRED)

find_package(Boost 1.71.0 REQUIRED COMPONENTS log log_setup system program_options unit_test_framework)
find_package(Boost 1.71.0 CONFIG REQUIRED COMPONENTS log log_setup system program_options unit_test_framework)

# Initial attempt to find VTK without specifying components (only supported for VTK9)
find_package(VTK QUIET)
Expand Down

0 comments on commit 8538988

Please sign in to comment.