diff --git a/src/CMakeLists.osx.txt b/src/CMakeLists.osx.txt index 0488b2f71..9d43c8e65 100644 --- a/src/CMakeLists.osx.txt +++ b/src/CMakeLists.osx.txt @@ -37,7 +37,7 @@ if (APPLE) # We have to change the URL in the Info.plist file :-/ FILE(READ ${CMAKE_SOURCE_DIR}/admin/mac/Info.plist plist) STRING( REPLACE "TOMAHAWK_VERSION" - ${VERSION} + ${TOMAHAWK_VERSION} edited_plist # save in this variable "${plist}" # from the contents of this var )