We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent cd7ddf0 commit 7a1f807Copy full SHA for 7a1f807
src/mac/Contents/CMakeLists.txt
@@ -2,12 +2,14 @@
2
#############################################################
3
# create Info.plist
4
5
+SET(COMPLETE_VERSION_WITH_RELEASE_NAME \"${COMPLETE_VERSION}-${RELEASE_NAME}\")
6
+
7
ADD_CUSTOM_TARGET(Info.plist ALL
8
DEPENDS ${SVN_MARKER}
9
COMMAND ${CMAKE_COMMAND}
10
-D CURRENT_SOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR}
11
-D SOURCE_DIR=${CMAKE_SOURCE_DIR}
- -D VERSION=${COMPLETE_VERSION}-${RELEASE_NAME}
12
+ -D VERSION=${COMPLETE_VERSION_WITH_RELEASE_NAME}
13
-P ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.cmake)
14
15
0 commit comments