We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c85e20 commit ee9ae2eCopy full SHA for ee9ae2e
unity/native/papi-python/CMakeLists.txt
@@ -59,7 +59,7 @@ if(ANDROID)
59
message(STATUS "Python library: ${Python3_LIBRARIES}")
60
else()
61
# For other platforms, use find_package
62
- find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
+ find_package(Python3 3.14 COMPONENTS Interpreter Development REQUIRED)
63
endif()
64
65
include_directories(
0 commit comments