We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1f982 commit 3e2b2bfCopy full SHA for 3e2b2bf
CMakeLists.txt
@@ -238,7 +238,10 @@ if(NOT COMMAND find_host_program)
238
endif()
239
240
# Tests require Python3
241
-find_host_package(Python3 REQUIRED)
+# UE Change Begin: Support CMake 3.12+ in finding python3
242
+find_package(Python3 COMPONENTS Interpreter Development)
243
+#find_host_package(PythonInterp 3 REQUIRED)
244
+# UE Change End: Support CMake 3.12+ in finding python3
245
246
# Check for symbol exports on Linux.
247
# At the moment, this check will fail on the OSX build machines for the Android NDK.
0 commit comments