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()
201
201
# possible to create the default Firebase app.
202
202
set (FOUND_JSON_FILE FALSE )
203
203
foreach (config "google-services-desktop.json" "google-services.json" )
204
- if (EXISTS ${ config} )
204
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205
205
add_custom_command (
206
206
TARGET ${integration_test_target_name} POST_BUILD
207
207
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} > )
209
209
set (FOUND_JSON_FILE TRUE )
210
210
break ()
211
211
endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201
201
# possible to create the default Firebase app.
202
202
set (FOUND_JSON_FILE FALSE )
203
203
foreach (config "google-services-desktop.json" "google-services.json" )
204
- if (EXISTS ${ config} )
204
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205
205
add_custom_command (
206
206
TARGET ${integration_test_target_name} POST_BUILD
207
207
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} > )
209
209
set (FOUND_JSON_FILE TRUE )
210
210
break ()
211
211
endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201
201
# possible to create the default Firebase app.
202
202
set (FOUND_JSON_FILE FALSE )
203
203
foreach (config "google-services-desktop.json" "google-services.json" )
204
- if (EXISTS ${ config} )
204
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205
205
add_custom_command (
206
206
TARGET ${integration_test_target_name} POST_BUILD
207
207
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} > )
209
209
set (FOUND_JSON_FILE TRUE )
210
210
break ()
211
211
endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201
201
# possible to create the default Firebase app.
202
202
set (FOUND_JSON_FILE FALSE )
203
203
foreach (config "google-services-desktop.json" "google-services.json" )
204
- if (EXISTS ${ config} )
204
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205
205
add_custom_command (
206
206
TARGET ${integration_test_target_name} POST_BUILD
207
207
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} > )
209
209
set (FOUND_JSON_FILE TRUE )
210
210
break ()
211
211
endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201
201
# possible to create the default Firebase app.
202
202
set (FOUND_JSON_FILE FALSE )
203
203
foreach (config "google-services-desktop.json" "google-services.json" )
204
- if (EXISTS ${ config} )
204
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205
205
add_custom_command (
206
206
TARGET ${integration_test_target_name} POST_BUILD
207
207
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} > )
209
209
set (FOUND_JSON_FILE TRUE )
210
210
break ()
211
211
endif ()
Original file line number Diff line number Diff line change @@ -202,11 +202,11 @@ else()
202
202
# possible to create the default Firebase app.
203
203
set (FOUND_JSON_FILE FALSE )
204
204
foreach (config "google-services-desktop.json" "google-services.json" )
205
- if (EXISTS ${ config} )
205
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
206
206
add_custom_command (
207
207
TARGET ${integration_test_target_name} POST_BUILD
208
208
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} > )
210
210
set (FOUND_JSON_FILE TRUE )
211
211
break ()
212
212
endif ()
Original file line number Diff line number Diff line change @@ -202,11 +202,11 @@ else()
202
202
# possible to create the default Firebase app.
203
203
set (FOUND_JSON_FILE FALSE )
204
204
foreach (config "google-services-desktop.json" "google-services.json" )
205
- if (EXISTS ${ config} )
205
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
206
206
add_custom_command (
207
207
TARGET ${integration_test_target_name} POST_BUILD
208
208
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} > )
210
210
set (FOUND_JSON_FILE TRUE )
211
211
break ()
212
212
endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201
201
# possible to create the default Firebase app.
202
202
set (FOUND_JSON_FILE FALSE )
203
203
foreach (config "google-services-desktop.json" "google-services.json" )
204
- if (EXISTS ${ config} )
204
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205
205
add_custom_command (
206
206
TARGET ${integration_test_target_name} POST_BUILD
207
207
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} > )
209
209
set (FOUND_JSON_FILE TRUE )
210
210
break ()
211
211
endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201
201
# possible to create the default Firebase app.
202
202
set (FOUND_JSON_FILE FALSE )
203
203
foreach (config "google-services-desktop.json" "google-services.json" )
204
- if (EXISTS ${ config} )
204
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205
205
add_custom_command (
206
206
TARGET ${integration_test_target_name} POST_BUILD
207
207
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} > )
209
209
set (FOUND_JSON_FILE TRUE )
210
210
break ()
211
211
endif ()
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ else()
201
201
# possible to create the default Firebase app.
202
202
set (FOUND_JSON_FILE FALSE )
203
203
foreach (config "google-services-desktop.json" "google-services.json" )
204
- if (EXISTS ${ config} )
204
+ if (EXISTS " ${CMAKE_CURRENT_LIST_DIR} / ${ config}" )
205
205
add_custom_command (
206
206
TARGET ${integration_test_target_name} POST_BUILD
207
207
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} > )
209
209
set (FOUND_JSON_FILE TRUE )
210
210
break ()
211
211
endif ()
You can’t perform that action at this time.
0 commit comments