diff options
Diffstat (limited to 'Help/release/dev/try_compile-custom-variables.rst')
-rw-r--r-- | Help/release/dev/try_compile-custom-variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/try_compile-custom-variables.rst b/Help/release/dev/try_compile-custom-variables.rst new file mode 100644 index 0000000..539b364 --- /dev/null +++ b/Help/release/dev/try_compile-custom-variables.rst @@ -0,0 +1,7 @@ +try_compile-custom-variables +---------------------------- + +* A :variable:`CMAKE_TRY_COMPILE_PLATFORM_VARIABLES` variable was + added for use by toolchain files to specify platform-specific + variables that must be propagated by the :command:`try_compile` + command into test projects. |