diff options
author | Gil <mcg@google.com> | 2018-07-16 14:37:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 14:37:40 -0700 |
commit | f6a53e1faf32318083f06745c4e6b842c51b117b (patch) | |
tree | aa1c44b4e4b035572f180033ab4d3bced5751abe | |
parent | d9e7d21f6f0c6cc018963df82663d82cea60e309 (diff) |
Get cocaopods from bundler (#1544)
-rw-r--r-- | cmake/podspec_rules.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/podspec_rules.cmake b/cmake/podspec_rules.cmake index 043c1a2..d9bf324 100644 --- a/cmake/podspec_rules.cmake +++ b/cmake/podspec_rules.cmake @@ -29,6 +29,7 @@ macro(podspec_framework PODSPEC_FILE) execute_process( COMMAND + bundle exec ${FIREBASE_SOURCE_DIR}/cmake/podspec_cmake.rb ${PODSPEC_FILE} ${CMAKE_CURRENT_BINARY_DIR}/${_properties_file} |