FindCGAL - another fix for 6591a6981

This commit is contained in:
Andrej730
2025-12-11 16:00:48 +05:00
parent f708594853
commit 71a36147a6
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ endforeach()
if(WITH_CGAL)
find_package(CGAL REQUIRED)
set(CGAL_LIBRARIES CGAL::CGAL)
set(CGAL_LIBRARIES CGAL::CGAL_INTERFACE)
list(APPEND GEOMETRY_KERNELS cgal)
endif()