Merge pull request #7411 from lrineau/CGAL-fix_worktree_with_space-GF

CMake: allow spaces in git working directory
This commit is contained in:
Laurent Rineau 2023-05-04 16:34:42 +02:00
commit d3b336275e
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
# This file points to the CGALConfigVersion.cmake for header-only CGAL.
#
include(@CGAL_INSTALLATION_PACKAGE_DIR@/lib/cmake/CGAL/CGALConfigVersion.cmake)
include("@CGAL_INSTALLATION_PACKAGE_DIR@/lib/cmake/CGAL/CGALConfigVersion.cmake")

View File

@ -2,4 +2,4 @@
# This file points to the CGALConfig.cmake for header-only CGAL.
#
include(@CGAL_INSTALLATION_PACKAGE_DIR@/lib/cmake/CGAL/CGALConfig.cmake)
include("@CGAL_INSTALLATION_PACKAGE_DIR@/lib/cmake/CGAL/CGALConfig.cmake")