cmake: remove CGAL_LIBRARY_DIR

It's an artifact from times when CGAL wasn't a header-only library.
This commit is contained in:
Andrej730
2026-09-11 15:34:12 +05:00
parent 6317451a9e
commit e7b33a909d
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -1,7 +1,6 @@
#
# Input variables:
# - `CGAL_INCLUDE_DIR`
# - `CGAL_LIBRARY_DIR`
# - `GMP_INCLUDE_DIR`
# - `GMP_LIBRARY_DIR`
# - `MPFR_INCLUDE_DIR`
@@ -18,7 +17,6 @@ if(TARGET IFCOPENSHELL_CGAL)
endif()
UNIFY_ENVVARS_AND_CACHE(CGAL_INCLUDE_DIR)
UNIFY_ENVVARS_AND_CACHE(CGAL_LIBRARY_DIR)
UNIFY_ENVVARS_AND_CACHE(GMP_INCLUDE_DIR)
UNIFY_ENVVARS_AND_CACHE(GMP_LIBRARY_DIR)
UNIFY_ENVVARS_AND_CACHE(MPFR_INCLUDE_DIR)