File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/drgn")
152
152
endif ()
153
153
154
154
### Select Python version
155
- find_program (PYTHON NAMES python3.8 python3)
155
+ find_program (PYTHON NAMES python3.9 python3)
156
156
157
157
add_library (folly_headers INTERFACE )
158
158
target_include_directories (folly_headers SYSTEM INTERFACE ${folly_SOURCE_DIR} )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ add_link_options(-no-pie)
28
28
set (INTEGRATION_TEST_TARGET_SRC integration_test_target.cpp)
29
29
set (INTEGRATION_TEST_RUNNER_SRC integration_test_runner.cpp)
30
30
31
- find_program (PYTHON_CMD NAMES python3.6 python3)
31
+ find_program (PYTHON_CMD NAMES python3.9 python3)
32
32
33
33
set (INTEGRATION_TEST_THRIFT_SRCS ${THRIFT_TESTS} )
34
34
list (TRANSFORM INTEGRATION_TEST_THRIFT_SRCS APPEND ".thrift" )
You can’t perform that action at this time.
0 commit comments