mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix for source or build directory paths that contain spaces.
This commit is contained in:
parent
b0abc52017
commit
1a6d760928
@ -6,8 +6,8 @@
|
||||
# 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")
|
||||
|
||||
# Qt framework version is major version
|
||||
SET (QT_FWVER @QT_VERSION_MAJOR@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user