We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32eddae commit 3176960Copy full SHA for 3176960
CMakeCommon.cmake
@@ -227,12 +227,7 @@ function (GenerateAddOnProject target acVersion devKitDir addOnSourcesFolder add
227
${addOnResourcesFolder}/ResourceLibrary/*/XLF/${addOnName}.xlf
228
)
229
230
- set (minimumPython3Version "3.8")
231
- if (NOT AddOnJSONResourceFiles STREQUAL "")
232
- set (minimumPython3Version "3.10")
233
- endif ()
234
-
235
- find_package (Python3 ${minimumPython3Version} REQUIRED COMPONENTS Interpreter)
+ find_package (Python3 3.10 REQUIRED COMPONENTS Interpreter)
236
237
message (STATUS "Using Python3 interpreter: ${Python3_EXECUTABLE}")
238
0 commit comments