Skip to content

Fixed issue with integration tests finding google-services.json #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2021

Conversation

alexames
Copy link
Contributor

Changed the search paths for the google-services.json file in
CMakeLists.txt files to use full paths instead of relative paths.

According to the CMake documentation, the if (EXISTS ...) condition is
only well defined for full paths. This might work on some platforms but
it failed in my tests on Windows.

a-maurice
a-maurice previously approved these changes Jan 22, 2021
jonsimantov
jonsimantov previously approved these changes Jan 25, 2021
@alexames alexames dismissed stale reviews from jonsimantov and a-maurice via 07b167e February 2, 2021 00:07
@alexames alexames force-pushed the feature/full_path_for_google_services branch from c1f6342 to 07b167e Compare February 2, 2021 00:07
Changed the search paths for the google-services.json file in
CMakeLists.txt files to use full paths instead of relative paths.

According to the CMake documentation, the `if (EXISTS ...)` condition is
only well defined for full paths. This might work on some platforms but
it failed in my tests on Windows.
@alexames alexames force-pushed the feature/full_path_for_google_services branch from 9769270 to c7d527e Compare February 2, 2021 00:28
@alexames alexames merged commit 5a11cbc into dev Feb 3, 2021
@alexames alexames deleted the feature/full_path_for_google_services branch February 3, 2021 00:50
@firebase firebase locked and limited conversation to collaborators Mar 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants