Skip to content

Commit 99b602b

Browse files
author
jef
committed
fix build problem on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk@10565 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent eb21b6e commit 99b602b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mac/Contents/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
#############################################################
33
# create Info.plist
44

5+
SET(COMPLETE_VERSION_WITH_RELEASE_NAME \"${COMPLETE_VERSION}-${RELEASE_NAME}\")
6+
57
ADD_CUSTOM_TARGET(Info.plist ALL
68
DEPENDS ${SVN_MARKER}
79
COMMAND ${CMAKE_COMMAND}
810
-D CURRENT_SOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR}
911
-D SOURCE_DIR=${CMAKE_SOURCE_DIR}
10-
-D VERSION=${COMPLETE_VERSION}-${RELEASE_NAME}
12+
-D VERSION=${COMPLETE_VERSION_WITH_RELEASE_NAME}
1113
-P ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.cmake)
1214

1315
#############################################################

0 commit comments

Comments
 (0)