- On Windows, when targeting the MSVC ABI, the
find_library()
command no longer accepts.a
file names. This behavior was added in CMake 3.25.0, but has been reverted due finding GNU-ABI libraries in cases we did not previously.
转自 CMake 3.25 Release Notes — CMake 3.25.1 Documentation
Latest Release (3.25.1)
The release was packaged with CPack which is included as part of the release. The .sh files are self extracting gziped tar files. To install a .sh file, run it with /bin/sh and follow the directions. The OS-machine.tar.gz files are gziped tar files of the install tree. The OS-machine.tar.Z files are compressed tar files of the install tree. The tar file distributions can be untared in any directory. They are prefixed by the version of CMake. For example, the linux-x86_64 tar file is all under the directory cmake–linux-x86_64. This prefix can be removed as long as the share, bin, man and doc directories are moved relative to each other. To build the source distributions, unpack them with zip or tar and follow the instructions in README.rst at the top of the source tree. See also the CMake 3.25 Release Notes.
Source distributions:
Platform | Files |
Unix/Linux Source (has \n line feeds) | cmake-3.25.1.tar.gz |
Windows Source (has \r\n line feeds) | cmake-3.25.1.zip |
Binary distributions:
Platform | Files |
Windows x64 Installer: | cmake-3.25.1-windows-x86_64.msi |
Windows x64 ZIP | cmake-3.25.1-windows-x86_64.zip |
Windows i386 Installer: | cmake-3.25.1-windows-i386.msi |
Windows i386 ZIP | cmake-3.25.1-windows-i386.zip |
Windows ARM64 Installer: | cmake-3.25.1-windows-arm64.msi |
Windows ARM64 ZIP | cmake-3.25.1-windows-arm64.zip |
macOS 10.13 or later | cmake-3.25.1-macos-universal.dmg |
cmake-3.25.1-macos-universal.tar.gz | |
macOS 10.10 or later | cmake-3.25.1-macos10.10-universal.dmg |
cmake-3.25.1-macos10.10-universal.tar.gz | |
Linux x86_64 | cmake-3.25.1-linux-x86_64.sh |
cmake-3.25.1-linux-x86_64.tar.gz | |
Linux aarch64 | cmake-3.25.1-linux-aarch64.sh |
cmake-3.25.1-linux-aarch64.tar.gz |
更多 https://cmake.org/download/