mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
9 lines
242 B
CMake
9 lines
242 B
CMake
cmake_policy(SET CMP0190 NEW)
|
|
|
|
set(CMAKE_CROSSCOMPILING TRUE)
|
|
set(CMAKE_CROSSCOMPILING_EMULATOR "${CMAKE_COMMAND}" -P raise-error.cmake)
|
|
|
|
enable_language(C)
|
|
|
|
find_package(${PYTHON} ${Python_REQUESTED_VERSION} REQUIRED COMPONENTS Interpreter)
|