Releases: microsoft/CMake
CMake 3.19.1 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.19.4268486 (ae97b2b) for Linux x86/x64/ARM:
- cmake-3.19.4268486-MSVC_2-Linux-x64.sh - Linux - x64 - 64 bit version
- cmake-3.19.4268486-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.19.4268486-MSVC_2-Linux-arm.sh - Linux - ARMv6+ - 32 bit version
CMake 3.18 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.18.3975358 (fa172ee) for Linux x86/x64/ARM:
- cmake-3.18.3975358-MSVC_2-Linux-x64.sh - Linux - x64 - 64 bit version
- cmake-3.18.3975358-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.18.3975358-MSVC_2-Linux-arm.sh - Linux - ARMv6+ - 32 bit version
CMake 3.17 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.17.3587832 (76de697) for Linux x86/x64/ARM:
- cmake-3.17.3587832-MSVC_2-Linux-x64.sh - Linux - x64 - 64 bit version
- cmake-3.17.3587832-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.17.3587832-MSVC_2-Linux-arm.sh - Linux - ARMv6+ - 32 bit version
CMake 3.16 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.16.3311152 (5f518ec) for Linux x86/x64/ARM:
- cmake-3.16.3311152-MSVC_2-Linux-x64.sh - Linux - x64 - 64 bit version
- cmake-3.16.3311152-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.16.3311152-MSVC_2-Linux-arm.sh - Linux - ARMv6+ - 32 bit version
CMake 3.15 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.15.3150938 (62dad8b) for Linux x86/x64/ARM:
- cmake-3.15.3150938-MSVC_2-Linux-x86.sh - Linux - x64 - 64 bit version
- cmake-3.15.3150938-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.15.3150938-MSVC_2-Linux-x86.sh - Linux - ARMv6+ - 32 bit version
CMake 3.15 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.15.2940156 (e9fd8fd) for Linux x86/x64/ARM:
- cmake-3.15.2940156-MSVC_2-Linux-x86.sh - Linux - x64 - 64 bit version
- cmake-3.15.2940156-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.15.2940156-MSVC_2-Linux-x86.sh - Linux - ARMv6+ - 32 bit version
CMake 3.14 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.14.2542820 (f3b7599) for Linux x86/x64/ARM:
- cmake-3.14.2542820-MSVC_2-Linux-x86.sh - Linux - x64 - 64 bit version
- cmake-3.14.2542820-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.14.2542820-MSVC_2-Linux-x86.sh - Linux - ARMv6+ - 32 bit version
CMake 3.13 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.13.18112701 (6c4f04a) for Linux x86/x64/ARM:
- cmake-3.13.18112701-MSVC_2-Linux-x64.sh - Linux - x64 - 64 bit version
- cmake-3.13.18112701-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.13.18112701-MSVC_2-Linux-arm.sh - Linux - ARMv6+ - 32 bit version
CMake 3.11 for Linux - statically linked binaries
Statically linked binaries of Microsoft/CMake 3.11.18033000 (65b3a3d) for Linux x86/x64/ARM:
- cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh - Linux - x64 - 64 bit version
- cmake-3.11.18033000-MSVC_2-Linux-x86.sh - Linux - x86 - 32 bit version
- cmake-3.11.18033000-MSVC_2-Linux-arm.sh - Linux - ARMv6+ - 32 bit version
VS 2015 - Clang/C2 Pre-Release
This release adds support for Clang/C2 with VS 2015 Update 1 as described on http://blogs.msdn.com/b/vcblog/archive/2015/12/04/introducing-clang-with-microsoft-codegen-in-vs-2015-update-1.aspx
Clang/C2 can be specified as the Toolset
cmake -G "Visual Studio 14 2015" -T v140_clang_3_7 ...
Or for a specific project, the toolset can be overridden using the VS_PLATFORM_TOOLSET_OVERRIDE variable as in:
set_property(TARGET TestClang PROPERTY VS_PLATFORM_TOOLSET_OVERRIDE "v140_clang_3_7")
We'd love to hear your feedback on this, what works and what doesn't, how we can make things better.