mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -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
|
# kill boolean warnings
|
||||||
CMAKE_POLICY (SET CMP0012 NEW)
|
CMAKE_POLICY (SET CMP0012 NEW)
|
||||||
|
|
||||||
INCLUDE (@CMAKE_BINARY_DIR@/mac/0vars.cmake)
|
INCLUDE ("@CMAKE_BINARY_DIR@/mac/0vars.cmake")
|
||||||
INCLUDE (@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake)
|
INCLUDE ("@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake")
|
||||||
|
|
||||||
# Qt framework version is major version
|
# Qt framework version is major version
|
||||||
SET (QT_FWVER @QT_VERSION_MAJOR@)
|
SET (QT_FWVER @QT_VERSION_MAJOR@)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user