Skip to content

Commit 7094da9

Browse files
committed
Fix for source or build directory paths that contain spaces.
1 parent 1a6d760 commit 7094da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mac/cmake/2lib.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# kill boolean warnings
1111
CMAKE_POLICY (SET CMP0012 NEW)
1212

13-
INCLUDE (@CMAKE_BINARY_DIR@/mac/0vars.cmake)
14-
INCLUDE (@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake)
13+
INCLUDE ("@CMAKE_BINARY_DIR@/mac/0vars.cmake")
14+
INCLUDE ("@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake")
1515

1616
# Postgres
1717

0 commit comments

Comments
 (0)