aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/CompilerSetup.cmake
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-07-10 07:57:54 -0700
committerGravatar GitHub <noreply@github.com>2018-07-10 07:57:54 -0700
commit50cbfab391f50efd2f2270f24c3ca2e48e039510 (patch)
treeeebcba9137567c219b1bd5e939d84057e0e66a2e /cmake/CompilerSetup.cmake
parent954e4d5df13b14aee9c1112db67a23729d12acfd (diff)
Reorganize cmake dependencies (#1508)
* Add cmake dependencies where required ... instead of relying on a topological sort in the top-level CMakeLists.txt. * Add early exits to external project builds
Diffstat (limited to 'cmake/CompilerSetup.cmake')
-rw-r--r--cmake/CompilerSetup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CompilerSetup.cmake b/cmake/CompilerSetup.cmake
index b560027..c04a26f 100644
--- a/cmake/CompilerSetup.cmake
+++ b/cmake/CompilerSetup.cmake
@@ -96,4 +96,4 @@ if(APPLE)
-F${FIREBASE_INSTALL_DIR}/Frameworks
)
-endif(APPLE)
+endif()