cmake: drop unnecessary global cgal, gmp, mpfr includes

Since 0555523c9 we moved all those includes to `CGAL::CGAL` target and linked it directly when needed, so global include is redundant now.
This commit is contained in:
Andrej730
2026-09-15 10:57:57 +05:00
parent 0247ef13f4
commit 88b70b1163
+1 -4
View File
@@ -491,10 +491,7 @@ else()
endif() endif()
endif(MSVC) endif(MSVC)
include_directories( include_directories(${Boost_INCLUDE_DIRS})
${Boost_INCLUDE_DIRS}
${CGAL_INCLUDE_DIR} ${GMP_INCLUDE_DIR} ${MPFR_INCLUDE_DIR}
)
if(NOT SCHEMA_VERSIONS) if(NOT SCHEMA_VERSIONS)
if(WASM_BUILD) if(WASM_BUILD)