From 28da6e7c748cc13b80397a4167c8972671fdfb6a Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 26 Apr 2023 11:18:42 +0200 Subject: [PATCH] CMake: allow spaces in git working directory --- .../cmake/modules/CGALConfigVersion_binary_header_only.cmake.in | 2 +- .../cmake/modules/CGALConfig_binary_header_only.cmake.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation/cmake/modules/CGALConfigVersion_binary_header_only.cmake.in b/Installation/cmake/modules/CGALConfigVersion_binary_header_only.cmake.in index 9b30fbcad5f..374d6523aad 100644 --- a/Installation/cmake/modules/CGALConfigVersion_binary_header_only.cmake.in +++ b/Installation/cmake/modules/CGALConfigVersion_binary_header_only.cmake.in @@ -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") diff --git a/Installation/cmake/modules/CGALConfig_binary_header_only.cmake.in b/Installation/cmake/modules/CGALConfig_binary_header_only.cmake.in index 474864c0b7e..c5306ab58be 100644 --- a/Installation/cmake/modules/CGALConfig_binary_header_only.cmake.in +++ b/Installation/cmake/modules/CGALConfig_binary_header_only.cmake.in @@ -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")