diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-18 02:02:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-18 02:02:34 +0200 |
commit | f8df8356e01259da4dd4082cfeec08fb49f940f9 (patch) | |
tree | d24a9392835a684f4472860487121eef325ad868 /CMakeLists.txt | |
parent | 8a880f36939c28adaf3835565d194174032dc577 (diff) |
oops #2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a99bd148..ece3165b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -355,7 +355,7 @@ endif() if(APPLE) install(CODE " execute_process(COMMAND /bin/sh \"\${CMAKE_SOURCE_DIR}/macosx/make-app-bundle.sh\" - \"\${CMAKE_SOURCE_DIR}/macosx\" \"\${CMAKE_INSTALL_PREFIX}\" \"\${CMAKE_BUILD_DIR}\" \"${OPENTRACK__COMMIT}\") + \"\${CMAKE_SOURCE_DIR}/macosx\" \"\${CMAKE_INSTALL_PREFIX}\" \"\${CMAKE_BUILD_DIR}\" \"\${OPENTRACK__COMMIT}\") ") endif() |