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 a06d206 commit 1b12761Copy full SHA for 1b12761
CMakeLists.txt
@@ -77,7 +77,7 @@ option(FIREBASE_CPP_USE_PRIOR_GRADLE_BUILD
77
"When building with Gradle, use the previously built libraries." OFF)
78
option(FIREBASE_USE_BORINGSSL
79
"Build against BoringSSL instead of using your system's OpenSSL." OFF)
80
-option(FIREBASE_USE_LINUX_CXX11_ABI
+option(FIREBASE_LINUX_USE_CXX11_ABI
81
"Build Linux SDK using the C++11 ABI instead of the legacy ABI." OFF)
82
83
# This should only be enabled by the GitHub Action build script.
0 commit comments