aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/xcodebuild.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/xcodebuild.cmake')
-rw-r--r--cmake/xcodebuild.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/xcodebuild.cmake b/cmake/xcodebuild.cmake
index 01a2961..3c7be51 100644
--- a/cmake/xcodebuild.cmake
+++ b/cmake/xcodebuild.cmake
@@ -67,7 +67,7 @@ function(xcodebuild framework)
# The source directory doesn't actually matter
SOURCE_DIR ${PROJECT_SOURCE_DIR}
- BINARY_DIR ${PROJECT_BINARY_DIR}/Frameworks
+ INSTALL_DIR ${FIREBASE_INSTALL_DIR}/Frameworks
CONFIGURE_COMMAND ""
@@ -77,7 +77,7 @@ function(xcodebuild framework)
-scheme ${scheme}
-configuration ${configuration}
-destination ${destination}
- CONFIGURATION_BUILD_DIR=<BINARY_DIR>
+ CONFIGURATION_BUILD_DIR=<INSTALL_DIR>
build
${pipe_xcpretty}
BUILD_ALWAYS ${BUILD_PODS}