From 1b127611e11c76530f86d642e3596954a63e5450 Mon Sep 17 00:00:00 2001 From: David Martos Date: Wed, 4 Jun 2025 10:37:24 +0200 Subject: [PATCH] Fix typo in CMake options --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aea6d80a34..7bfa5bbd41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ option(FIREBASE_CPP_USE_PRIOR_GRADLE_BUILD "When building with Gradle, use the previously built libraries." OFF) option(FIREBASE_USE_BORINGSSL "Build against BoringSSL instead of using your system's OpenSSL." OFF) -option(FIREBASE_USE_LINUX_CXX11_ABI +option(FIREBASE_LINUX_USE_CXX11_ABI "Build Linux SDK using the C++11 ABI instead of the legacy ABI." OFF) # This should only be enabled by the GitHub Action build script.