File tree Expand file tree Collapse file tree 15 files changed +75
-30
lines changed
analytics/integration_test
app_check/integration_test
database/integration_test
dynamic_links/integration_test
integration_test_internal
functions/integration_test
installations/integration_test
messaging/integration_test
remote_config/integration_test Expand file tree Collapse file tree 15 files changed +75
-30
lines changed Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
Original file line number Diff line number Diff line change 16
16
17
17
cmake_minimum_required (VERSION 2.8 )
18
18
19
- set (FIREBASE_PYTHON_EXECUTABLE "python" CACHE FILEPATH
20
- "The Python interpreter to use, such as one from a venv" )
19
+ find_program (FIREBASE_PYTHON_EXECUTABLE
20
+ NAMES python3 python
21
+ DOC "The Python interpreter to use, such as one from a venv"
22
+ REQUIRED
23
+ )
21
24
22
25
# User settings for Firebase integration tests.
23
26
# Path to Firebase SDK.
You can’t perform that action at this time.
0 commit comments