From 05bf3c4ffcb723bef136d95ba1829cb72b5b4b5e Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Tue, 4 Nov 2025 17:04:58 +0100 Subject: [PATCH] Changing cmake target for Ceres --- Installation/cmake/modules/CGAL_Ceres_support.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/cmake/modules/CGAL_Ceres_support.cmake b/Installation/cmake/modules/CGAL_Ceres_support.cmake index bd4d6c8de1e..196a61491a1 100644 --- a/Installation/cmake/modules/CGAL_Ceres_support.cmake +++ b/Installation/cmake/modules/CGAL_Ceres_support.cmake @@ -3,5 +3,5 @@ if(CERES_FOUND AND NOT TARGET CGAL::Ceres_support) set_target_properties(CGAL::Ceres_support PROPERTIES INTERFACE_COMPILE_DEFINITIONS "CGAL_PMP_USE_CERES_SOLVER" INTERFACE_INCLUDE_DIRECTORIES "${CERES_INCLUDE_DIRS}" - INTERFACE_LINK_LIBRARIES "ceres") + INTERFACE_LINK_LIBRARIES "Ceres::ceres") endif()