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:
parent
98a01dfefc
commit
cf72136b14
|
@ -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)
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/osx/info.plist")
|
||||
|
|
Loading…
Reference in New Issue
Block a user