mirror of https://github.com/CGAL/cgal
CMake: allow spaces in git working directory
This commit is contained in:
parent
c53dfe6986
commit
28da6e7c74
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue