Fix CMake CMP0148 deprecation warning introduced with CMake 3.27.4
parent
bcb701af65
commit
208a896f3f
|
|
@ -50,7 +50,7 @@ elseif (WINDOWS)
|
|||
${pymaybe}
|
||||
)
|
||||
endif()
|
||||
include(FindPythonInterp)
|
||||
find_package(Python3 COMPONENTS Interpreter)
|
||||
else()
|
||||
find_program(python python3)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue