try_compile-project-platform-vars.rst 419 B

12345678910
  1. try_compile-project-platform-vars
  2. ---------------------------------
  3. * The :command:`try_compile` command
  4. :ref:`whole-project <Try Compiling Whole Projects>` signature
  5. now propagates platform variables. See policy :policy:`CMP0137`.
  6. * The :variable:`CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES` variable
  7. was added to tell the :command:`try_compile` command not to
  8. pass any platform variables to the test project.