aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-06-26 13:43:21 -0700
committerGravatar GitHub <noreply@github.com>2018-06-26 13:43:21 -0700
commitae7078ca2bdd362df43e5fdba0261c5c84c1b447 (patch)
tree5e3ccec7f003694470e88e032632bdc4161ae39a /CMakeLists.txt
parentd6982830a50c39b0554478d6a420c684a9558eff (diff)
Install FirebaseCore during CMake build (#1462)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca5c322..0cdddec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()
if(APPLE)
- # When building on the apple platform certain Objective-C++ classes bridge
+ # When building on the Apple platform certain Objective-C++ classes bridge
# back into other Firebase Cocoapods. This requires shelling out to xcodebuild
# to verify the built frameworks are up-to-date. You can disable this to speed
# up the build.