1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): don't update version numbers via cmake

Scripts updating versions in source depend on GNU sed which is sometimes
not set as the default on some OSes.

With the change, one will need to manually call the update script before
releases.

Fixes #4439.
This commit is contained in:
Zetok Zalbavar 2017-06-03 21:25:35 +01:00
parent 98a01dfefc
commit cf72136b14
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -4,11 +4,6 @@
# #
################################################################################ ################################################################################
# set correct version to update files
set(QTOX_VERSION "1.10.1")
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/tools/update-versions.sh
${QTOX_VERSION})
if(APPLE) if(APPLE)
set_target_properties(${PROJECT_NAME} PROPERTIES set_target_properties(${PROJECT_NAME} PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/osx/info.plist") MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/osx/info.plist")