mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Fix for source or build directory paths that contain spaces.
This commit is contained in:
parent
7094da945d
commit
27fe00467a
@ -8,8 +8,8 @@ MESSAGE (STATUS "Bundling other frameworks is not functional yet, skipping...")
|
||||
# kill boolean warnings
|
||||
CMAKE_POLICY (SET CMP0012 NEW)
|
||||
|
||||
INCLUDE (@CMAKE_BINARY_DIR@/mac/0vars.cmake)
|
||||
INCLUDE (@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake)
|
||||
INCLUDE ("@CMAKE_BINARY_DIR@/mac/0vars.cmake")
|
||||
INCLUDE ("@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake")
|
||||
|
||||
#
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user