CMake: allow spaces in git working directory

This commit is contained in:
Laurent Rineau 2023-04-26 11:18:42 +02:00
parent c53dfe6986
commit 28da6e7c74
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")