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()