mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-12 21:56:54 +00:00
bump python version to 3.9 (#492)
This commit is contained in:
parent
03518150c5
commit
7e71dc6192
@ -152,7 +152,7 @@ if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/drgn")
|
||||
endif()
|
||||
|
||||
### Select Python version
|
||||
find_program(PYTHON NAMES python3.8 python3)
|
||||
find_program(PYTHON NAMES python3.9 python3)
|
||||
|
||||
add_library(folly_headers INTERFACE)
|
||||
target_include_directories(folly_headers SYSTEM INTERFACE ${folly_SOURCE_DIR})
|
||||
|
@ -28,7 +28,7 @@ add_link_options(-no-pie)
|
||||
set(INTEGRATION_TEST_TARGET_SRC integration_test_target.cpp)
|
||||
set(INTEGRATION_TEST_RUNNER_SRC integration_test_runner.cpp)
|
||||
|
||||
find_program(PYTHON_CMD NAMES python3.6 python3)
|
||||
find_program(PYTHON_CMD NAMES python3.9 python3)
|
||||
|
||||
set(INTEGRATION_TEST_THRIFT_SRCS ${THRIFT_TESTS})
|
||||
list(TRANSFORM INTEGRATION_TEST_THRIFT_SRCS APPEND ".thrift")
|
||||
|
Loading…
Reference in New Issue
Block a user