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
-1
View File
@@ -136,7 +136,6 @@ echo SWIG_INSTALL_DIR = %SWIG_INSTALL_DIR%
echo JSON_INCLUDE_DIR = %JSON_INCLUDE_DIR%
echo.
echo CGAL_INSTALL_DIR = %CGAL_INSTALL_DIR%
:: echo CGAL_LIBRARY_DIR = %CGAL_LIBRARY_DIR%
echo GMP_INSTALL_DIR = %GMP_INSTALL_DIR%
echo MPFR_INSTALL_DIR = %MPFR_INSTALL_DIR%
echo EIGEN_DIR = %EIGEN_DIR%