diff options
author | Brad King <brad.king@kitware.com> | 2019-01-29 14:05:44 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-01-29 14:05:51 (GMT) |
commit | fa7077e7411f4f85724deae3427acb29be729567 (patch) | |
tree | 5fff6f43fcc8d2c0efd593df43240fd3e243972d /Tests/RunCMake/GeneratorToolset/TestToolsetHostArchOnly_x86.cmake | |
parent | eeb34232fc2b76dc8b9bde25b2ca696d91b51b5a (diff) | |
parent | 0fd742a6ffa637b8ccac3b61b42bd10b2c3a87cc (diff) | |
download | CMake-fa7077e7411f4f85724deae3427acb29be729567.zip CMake-fa7077e7411f4f85724deae3427acb29be729567.tar.gz CMake-fa7077e7411f4f85724deae3427acb29be729567.tar.bz2 |
Merge topic 'vs-host-arch'
0fd742a6ff VS: Teach VS 2019 generator to select host tools matching host arch
17cef3806d VS: Add support for explicit 32-bit toolset selection via host=x86
bf774e521b VS: Remove stray semicolons from VS 2019 implementation
142e67eac6 VS: Use internal abstraction for VCTargetsPath host arch
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2870
Diffstat (limited to 'Tests/RunCMake/GeneratorToolset/TestToolsetHostArchOnly_x86.cmake')
-rw-r--r-- | Tests/RunCMake/GeneratorToolset/TestToolsetHostArchOnly_x86.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/GeneratorToolset/TestToolsetHostArchOnly_x86.cmake b/Tests/RunCMake/GeneratorToolset/TestToolsetHostArchOnly_x86.cmake new file mode 100644 index 0000000..26926f9 --- /dev/null +++ b/Tests/RunCMake/GeneratorToolset/TestToolsetHostArchOnly_x86.cmake @@ -0,0 +1,2 @@ +message(STATUS "CMAKE_VS_PLATFORM_TOOLSET='${CMAKE_VS_PLATFORM_TOOLSET}'") +message(STATUS "CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE='${CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE}'") |