We are pleased to announce that CMake 3.17.4 is now available for download.
Please use the latest release from our download page:
https://cmake.org/download/
Thanks for your support!
Changes in 3.17.4 since 3.17.3:
Billy Brumley (1):
- FindOpenSSL: Fix OpenSSL 3.0.0 version extraction
Brad King (6):
- FindSubversion: Do not accept macOS stub without Xcode implementation
- PCH: Fix logic error that incorrectly clears sources during VS generation
- PCH: Do not enable GNU or Intel PCH settings for Fortran
- VS: Fix .sln support for VS Version Selector with VS 2019
- bootstrap: Fix support for Intel compiler with modern GNU system compiler
- CMake 3.17.4
Kyle Edwards (2):
- Ninja Multi-Config: Fix bug in CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
- Ninja Multi-Config: Make link response files per-config
Stephan Rohmen (2):
- Graphviz: Restore support for per-target dependency graph options
- Tests: Cover Graphviz support for per-target dependency graph options