File tree Expand file tree Collapse file tree 13 files changed +26
-26
lines changed
analytics/integration_test
database/integration_test
dynamic_links/integration_test
firestore/integration_test
functions/integration_test
installations/integration_test
instance_id/integration_test
messaging/integration_test
remote_config/integration_test Expand file tree Collapse file tree 13 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201201 # possible to create the default Firebase app.
202202 set (FOUND_JSON_FILE FALSE )
203203 foreach (config "google-services-desktop.json" "google-services.json" )
204- if (EXISTS ${ config} )
204+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205205 add_custom_command (
206206 TARGET ${integration_test_target_name} POST_BUILD
207207 COMMAND ${CMAKE_COMMAND} -E copy
208- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
208+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
209209 set (FOUND_JSON_FILE TRUE )
210210 break ()
211211 endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201201 # possible to create the default Firebase app.
202202 set (FOUND_JSON_FILE FALSE )
203203 foreach (config "google-services-desktop.json" "google-services.json" )
204- if (EXISTS ${ config} )
204+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205205 add_custom_command (
206206 TARGET ${integration_test_target_name} POST_BUILD
207207 COMMAND ${CMAKE_COMMAND} -E copy
208- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
208+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
209209 set (FOUND_JSON_FILE TRUE )
210210 break ()
211211 endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201201 # possible to create the default Firebase app.
202202 set (FOUND_JSON_FILE FALSE )
203203 foreach (config "google-services-desktop.json" "google-services.json" )
204- if (EXISTS ${ config} )
204+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205205 add_custom_command (
206206 TARGET ${integration_test_target_name} POST_BUILD
207207 COMMAND ${CMAKE_COMMAND} -E copy
208- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
208+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
209209 set (FOUND_JSON_FILE TRUE )
210210 break ()
211211 endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201201 # possible to create the default Firebase app.
202202 set (FOUND_JSON_FILE FALSE )
203203 foreach (config "google-services-desktop.json" "google-services.json" )
204- if (EXISTS ${ config} )
204+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205205 add_custom_command (
206206 TARGET ${integration_test_target_name} POST_BUILD
207207 COMMAND ${CMAKE_COMMAND} -E copy
208- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
208+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
209209 set (FOUND_JSON_FILE TRUE )
210210 break ()
211211 endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201201 # possible to create the default Firebase app.
202202 set (FOUND_JSON_FILE FALSE )
203203 foreach (config "google-services-desktop.json" "google-services.json" )
204- if (EXISTS ${ config} )
204+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205205 add_custom_command (
206206 TARGET ${integration_test_target_name} POST_BUILD
207207 COMMAND ${CMAKE_COMMAND} -E copy
208- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
208+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
209209 set (FOUND_JSON_FILE TRUE )
210210 break ()
211211 endif ()
Original file line number Diff line number Diff line change @@ -202,11 +202,11 @@ else()
202202 # possible to create the default Firebase app.
203203 set (FOUND_JSON_FILE FALSE )
204204 foreach (config "google-services-desktop.json" "google-services.json" )
205- if (EXISTS ${ config} )
205+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
206206 add_custom_command (
207207 TARGET ${integration_test_target_name} POST_BUILD
208208 COMMAND ${CMAKE_COMMAND} -E copy
209- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
209+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
210210 set (FOUND_JSON_FILE TRUE )
211211 break ()
212212 endif ()
Original file line number Diff line number Diff line change @@ -202,11 +202,11 @@ else()
202202 # possible to create the default Firebase app.
203203 set (FOUND_JSON_FILE FALSE )
204204 foreach (config "google-services-desktop.json" "google-services.json" )
205- if (EXISTS ${ config} )
205+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
206206 add_custom_command (
207207 TARGET ${integration_test_target_name} POST_BUILD
208208 COMMAND ${CMAKE_COMMAND} -E copy
209- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
209+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
210210 set (FOUND_JSON_FILE TRUE )
211211 break ()
212212 endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201201 # possible to create the default Firebase app.
202202 set (FOUND_JSON_FILE FALSE )
203203 foreach (config "google-services-desktop.json" "google-services.json" )
204- if (EXISTS ${ config} )
204+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205205 add_custom_command (
206206 TARGET ${integration_test_target_name} POST_BUILD
207207 COMMAND ${CMAKE_COMMAND} -E copy
208- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
208+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
209209 set (FOUND_JSON_FILE TRUE )
210210 break ()
211211 endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201201 # possible to create the default Firebase app.
202202 set (FOUND_JSON_FILE FALSE )
203203 foreach (config "google-services-desktop.json" "google-services.json" )
204- if (EXISTS ${ config} )
204+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205205 add_custom_command (
206206 TARGET ${integration_test_target_name} POST_BUILD
207207 COMMAND ${CMAKE_COMMAND} -E copy
208- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
208+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
209209 set (FOUND_JSON_FILE TRUE )
210210 break ()
211211 endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201201 # possible to create the default Firebase app.
202202 set (FOUND_JSON_FILE FALSE )
203203 foreach (config "google-services-desktop.json" "google-services.json" )
204- if (EXISTS ${ config} )
204+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205205 add_custom_command (
206206 TARGET ${integration_test_target_name} POST_BUILD
207207 COMMAND ${CMAKE_COMMAND} -E copy
208- ${ config} $<TARGET_FILE_DIR:${integration_test_target_name} >)
208+ " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" $<TARGET_FILE_DIR:${integration_test_target_name} >)
209209 set (FOUND_JSON_FILE TRUE )
210210 break ()
211211 endif ()
You can’t perform that action at this time.
0 commit comments