r18766 by craig - Do not support versioning of the builds on Win32, so we can simplify other parts of the CMake code
scribus-commit
scribus-commit at lists.scribus.net
Tue Jan 21 21:52:03 UTC 2014
Author: craig
Date: Tue Jan 21 21:52:03 2014
New Revision: 18766
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18766
Log:
Do not support versioning of the builds on Win32, so we can simplify other parts of the CMake code
Modified:
trunk/Scribus/CMakeLists.txt
Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18766&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Tue Jan 21 21:52:03 2014
@@ -163,12 +163,12 @@
ENDIF(TAG_VERSION)
#Remove version tags on OSX so our bundle is Scribus.app
-IF (APPLEBUNDLE)
- IF (WANT_VERSIONING OR CACHED_VERSIONING)
- MESSAGE(STATUS "Ignoring version tag on OSX when building bundle")
- SET(WANT_VERSIONING 0)
- SET(CACHED_VERSIONING 0)
- ENDIF (WANT_VERSIONING OR CACHED_VERSIONING)
+IF (APPLEBUNDLE OR WIN32)
+ IF (WANT_VERSIONING OR CACHED_VERSIONING)
+ MESSAGE(STATUS "Ignoring version tag on Win32 or OSX when building bundle")
+ SET(WANT_VERSIONING 0)
+ SET(CACHED_VERSIONING 0)
+ ENDIF (WANT_VERSIONING OR CACHED_VERSIONING)
ENDIF (APPLEBUNDLE)
#Store our version string if require
More information about the scribus-commit
mailing list