From 50cbfab391f50efd2f2270f24c3ca2e48e039510 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 10 Jul 2018 07:57:54 -0700 Subject: 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 --- cmake/CompilerSetup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/CompilerSetup.cmake') 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() -- cgit v1.2.3