From 28ed7be7d7832fd1978fec11e9c12c7fcd952a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 23 Mar 2023 14:46:31 +0100 Subject: [PATCH] P3M3 always needs to Eigen now --- .../examples/Periodic_3_mesh_3/CMakeLists.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Periodic_3_mesh_3/examples/Periodic_3_mesh_3/CMakeLists.txt b/Periodic_3_mesh_3/examples/Periodic_3_mesh_3/CMakeLists.txt index a4ec05045a7..326bb10188c 100644 --- a/Periodic_3_mesh_3/examples/Periodic_3_mesh_3/CMakeLists.txt +++ b/Periodic_3_mesh_3/examples/Periodic_3_mesh_3/CMakeLists.txt @@ -24,8 +24,11 @@ create_single_source_cgal_program("mesh_periodic_polyhedral_domain.cpp") foreach( target - mesh_implicit_shape mesh_implicit_multi_domain - mesh_implicit_shape_with_subdomains mesh_implicit_shape_with_optimizers - mesh_implicit_shape_with_features) + mesh_implicit_shape + mesh_implicit_multi_domain + mesh_implicit_shape_with_subdomains + mesh_implicit_shape_with_optimizers + mesh_implicit_shape_with_features + mesh_periodic_polyhedral_domain) target_link_libraries(${target} PUBLIC CGAL::Eigen3_support) endforeach()