summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/osx/Install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/osx/Install.cmake')
-rw-r--r--cmake/scripts/osx/Install.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/scripts/osx/Install.cmake b/cmake/scripts/osx/Install.cmake
index 77c771c..aca31b4 100644
--- a/cmake/scripts/osx/Install.cmake
+++ b/cmake/scripts/osx/Install.cmake
@@ -22,6 +22,7 @@ add_custom_target(bundle
22 "APP_NAME=${APP_NAME}" 22 "APP_NAME=${APP_NAME}"
23 "FULL_PRODUCT_NAME=${APP_NAME}.app" 23 "FULL_PRODUCT_NAME=${APP_NAME}.app"
24 "SRCROOT=${CMAKE_BINARY_DIR}" 24 "SRCROOT=${CMAKE_BINARY_DIR}"
25 "PYTHON_VERSION=${PYTHON_VERSION}"
25 ${CMAKE_SOURCE_DIR}/tools/darwin/Support/copyframeworks-osx.command) 26 ${CMAKE_SOURCE_DIR}/tools/darwin/Support/copyframeworks-osx.command)
26set_target_properties(bundle PROPERTIES FOLDER "Build Utilities") 27set_target_properties(bundle PROPERTIES FOLDER "Build Utilities")
27add_dependencies(bundle ${APP_NAME_LC}) 28add_dependencies(bundle ${APP_NAME_LC})