Skip to content

Commit 1b12761

Browse files
Fix typo in CMake options
1 parent a06d206 commit 1b12761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ option(FIREBASE_CPP_USE_PRIOR_GRADLE_BUILD
7777
"When building with Gradle, use the previously built libraries." OFF)
7878
option(FIREBASE_USE_BORINGSSL
7979
"Build against BoringSSL instead of using your system's OpenSSL." OFF)
80-
option(FIREBASE_USE_LINUX_CXX11_ABI
80+
option(FIREBASE_LINUX_USE_CXX11_ABI
8181
"Build Linux SDK using the C++11 ABI instead of the legacy ABI." OFF)
8282

8383
# This should only be enabled by the GitHub Action build script.

0 commit comments

Comments
 (0)