CMAKE_CROSSCOMPILING.rst 227 B

12345678
  1. CMAKE_CROSSCOMPILING
  2. --------------------
  3. Is CMake currently cross compiling.
  4. This variable will be set to true by CMake if CMake is cross
  5. compiling. Specifically if the build platform is different from the
  6. target platform.