Skip to content

Commit 85a39d6

Browse files
author
Cynthia Jiang
committed
Only turn on CPP stub test flag
1 parent cf490c0 commit 85a39d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_bash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636

3737
CMAKE_OPTIONS="${CMAKE_OPTIONS} -DUNITY_ROOT_DIR=${UNITY_ROOT_DIR}"
3838
CMAKE_OPTIONS="${CMAKE_OPTIONS} -DFIREBASE_UNITY_BUILD_TESTS=ON"
39-
CMAKE_OPTIONS="${CMAKE_OPTIONS} -DFIREBASE_CPP_BUILD_TESTS=ON"
39+
CMAKE_OPTIONS="${CMAKE_OPTIONS} -DFIREBASE_CPP_BUILD_STUB_TESTS=ON"
4040

4141
# TODO: Fix mono build to not need unity deps
4242
build_options=(

0 commit comments

Comments
 (0)