diff options
Diffstat (limited to 'Help/release/dev/try_compile-project-platform-vars.rst')
-rw-r--r-- | Help/release/dev/try_compile-project-platform-vars.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Help/release/dev/try_compile-project-platform-vars.rst b/Help/release/dev/try_compile-project-platform-vars.rst deleted file mode 100644 index 06596d4..0000000 --- a/Help/release/dev/try_compile-project-platform-vars.rst +++ /dev/null @@ -1,10 +0,0 @@ -try_compile-project-platform-vars ---------------------------------- - -* The :command:`try_compile` command - :ref:`whole-project <Try Compiling Whole Projects>` signature - now propagates platform variables. See policy :policy:`CMP0137`. - -* The :variable:`CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES` variable - was added to tell the :command:`try_compile` command not to - pass any platform variables to the test project. |