CMake 3.12.3 available for download
October 3, 2018
We are pleased to announce that CMake 3.12.3 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.12.3 since 3.12.2:
Brad King (8):
CTest: Fix --test-load regression
FindMPI: Restore MPI__COMPILE_FLAGS as a command-line string
FindDoxygen: Ensure policy settings allow use of IN_LIST
libarchive: Backport fix for build with LibreSSL 2.7
libuv: do not require PATH_MAX to be defined
VS: Fix CSharp flag selection when linking to a static C++ library
CSharp: Fix regression in VS project type selection
CMake 3.12.3
Kyle Edwards (1):
CTest: Fix regression in ctest_start()
Marc Chevrier (1):
Help: TESTS property: clarify usage.