diff options
author | Brad King <brad.king@kitware.com> | 2018-08-31 18:50:20 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-08-31 18:50:27 (GMT) |
commit | 5a02afd92012ed936b9637217f5106d1a6a570c5 (patch) | |
tree | e6742c8914378dbe48b5528cecba633e447fee0b /Help/variable | |
parent | 28979843d16e39ad28d9d62300071c011283f9bd (diff) | |
parent | e78a0c8e8a0b002a1e0e71672efcf96418c3a26d (diff) | |
download | CMake-5a02afd92012ed936b9637217f5106d1a6a570c5.zip CMake-5a02afd92012ed936b9637217f5106d1a6a570c5.tar.gz CMake-5a02afd92012ed936b9637217f5106d1a6a570c5.tar.bz2 |
Merge topic 'vs-winrt-default'
e78a0c8e8a VS: Add option to tell generator that platfrom is WinRT by default
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2315
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_VS_WINRT_BY_DEFAULT.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_VS_WINRT_BY_DEFAULT.rst b/Help/variable/CMAKE_VS_WINRT_BY_DEFAULT.rst new file mode 100644 index 0000000..2ba8fe2 --- /dev/null +++ b/Help/variable/CMAKE_VS_WINRT_BY_DEFAULT.rst @@ -0,0 +1,8 @@ +CMAKE_VS_WINRT_BY_DEFAULT +------------------------- + +Tell :ref:`Visual Studio Generators` for VS 2010 and above that the +target platform compiles as WinRT by default (compiles with ``/ZW``). + +This variable is meant to be set by a +:variable:`toolchain file <CMAKE_TOOLCHAIN_FILE>` for such platforms. |