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 b0fe3b7 commit cbba709Copy full SHA for cbba709
firestore/integration_test_internal/CMakeLists.txt
@@ -170,6 +170,9 @@ if(ANDROID)
170
configure_file(abseil-cpp.cmake
171
${CMAKE_CURRENT_LIST_DIR}/external/abseil-cpp/CMakeLists.txt COPYONLY)
172
execute_process(COMMAND ${CMAKE_COMMAND} .
173
+ -G ${CMAKE_GENERATOR}
174
+ -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
175
+ -DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM}
176
RESULT_VARIABLE result
177
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/external/abseil-cpp )
178
if(result)
0 commit comments