From 3e9314bb636294b21dfe153fc4bbd309e612f2ee Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Sun, 4 May 2014 02:13:05 -0400 Subject: [PATCH] Apple Bundle Fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dfded6c0..82f667401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -670,7 +670,7 @@ CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/data/scripts/create_apple_dmg.sh.in" "${CMAK # Add execute permissions to bundle script SET(CHMOD_CMD "chmod") SET(CHMOD_ARG1 "u+x") -SET(CHMOD_ARG2 "chmod u+x "${CMAKE_INSTALL_PREFIX}/create_apple_bundle.sh") +SET(CHMOD_ARG2 "${CMAKE_INSTALL_PREFIX}/create_apple_bundle.sh") EXECUTE_PROCESS(COMMAND ${CHMOD_CMD} ${CHMOD_ARG1} ${CHMOD_ARG2}) #endif