mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 13:30:29 -05: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)
|