From bf4259b22996ebd96db81fbc10bd49c0aaa487c6 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Sat, 11 Feb 2017 06:33:04 +0000 Subject: [PATCH] chore(build): make cmake update version --- cmake/Installation.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmake/Installation.cmake b/cmake/Installation.cmake index 1a52c08bf..d529790d3 100644 --- a/cmake/Installation.cmake +++ b/cmake/Installation.cmake @@ -4,6 +4,11 @@ # ################################################################################ +# set correct version to update files +set(QTOX_VERSION "1.8.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")