We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f6a24 commit 0fd36a5Copy full SHA for 0fd36a5
release_build_files/CMakeLists.txt
@@ -18,6 +18,10 @@ cmake_minimum_required(VERSION 3.1)
18
19
include(FindPkgConfig)
20
21
+if (NOT DEFINED FIREBASE_CPP_SDK_DIR)
22
+ set(FIREBASE_CPP_SDK_DIR ${CMAKE_CURRENT_SOURCE_DIR})
23
+endif ()
24
+
25
# Determine the location of the libraries to use based on the platform.
26
if(ANDROID)
27
string(REPLACE "_" ";" SPLIT_STL ${ANDROID_STL})
0 commit comments