From 8538988c8ade1e7b02f4149010b34e42d77e7cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Thu, 8 Aug 2024 12:56:15 +0200 Subject: [PATCH] Request config --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff3df18c..8a881184 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)