mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +00:00
Look for python 3.9 in cmake
This commit is contained in:
+1
-1
@@ -390,7 +390,7 @@ add_subdirectory(renderdoc)
|
||||
# are handled in common
|
||||
if(ENABLE_QRENDERDOC OR ENABLE_PYRENDERDOC)
|
||||
# Make sure Python 3 is found
|
||||
set(Python_ADDITIONAL_VERSIONS 3.8 3.7 3.6 3.5 3.4)
|
||||
set(Python_ADDITIONAL_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4)
|
||||
if(NOT ${CMAKE_VERSION} VERSION_LESS "3.12")
|
||||
find_package(Python COMPONENTS Interpreter Development)
|
||||
set(PYTHON_EXECUTABLE ${Python_EXECUTABLE})
|
||||
|
||||
Reference in New Issue
Block a user