cmake: updated to 3.21.2
CMake 3.21.2 * AUTOUIC: Add test for cyclic dependency between UI headers and timestamp * CPackRPM: avoid a spurious `;` in the `%pre` and other sections with scripts * FindMPI: do not detect `-framework` as a compile flag * GNUInstallDirs: avoid unwanted variable dereference * VS: Fix assertion failure on INCLUDE_DIRECTORIES in INTERFACE libraries * VS: Fix /reference and /headerUnit flag table entries for v142 and v143 * CheckLanguage: Avoid CMP0126 warning * AUTOUIC: Revert "Fix generating of dependency rules for UI header files" * VS: Add special case for '-T version=14.29.16.11' under VS 16.11 * VS: Update Visual Studio 17 2022 generator for Preview 3.1 * Help: Add missing versionadded annotation for CPACK_DMG_FILESYSTEM * Help: Fix unlinked mention of CMAKE_TOOLCHAIN_FILE * BinUtils: Avoid searching CMAKE_PREFIX_PATH * macOS: Restore support for Mac OS X 10.4 (Tiger) * Platform/Haiku: Remove the include-once behavior * CMakePresets: Check presets with their own file version * CTest: Reset multi-options to persistent multi-options * add_custom_command(DEPFILE) independent from CMAKE_DEPENDS_USE_COMPILER * Help: get_filename_component: fix version info for cmake_path * FindPkgConfig: Restore legacy behavior when CMP0126 is set to NEW * Help: cmake_path: add missing parameter * NVHPC: Support 21.07 change to '-MD' where it behaves like gcc * NVHPC-CXX: Add support for C++20 * NVHPC-C: Add support for C17 * FindBinUtils: Fall back to ld for Clang without lld * Android: Fix NDK toolchain dir on arm64 mac * CUDA/Clang: Fix separable compilation in non-root directories with Makefiles * CUDA/Clang: Simplify --register-link-binaries logic * Ninja: Revert accidental LINK_WHAT_YOU_USE impl for static libraries
This commit is contained in:
parent
21706577cb
commit
c864642fa2
2 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.182 2021/07/29 11:37:40 adam Exp $
|
||||
$NetBSD: distinfo,v 1.183 2021/08/26 06:32:59 adam Exp $
|
||||
|
||||
SHA1 (cmake-3.21.1.tar.gz) = dc87838c0810558cd6010aafc93638af21f1818a
|
||||
RMD160 (cmake-3.21.1.tar.gz) = 208767c3f235b47bd2e9e4ae021a04972f3cb52f
|
||||
SHA512 (cmake-3.21.1.tar.gz) = 1453b1f5139950f501c570c305257e4e5dacb8224944de8ed1489aae162c6dd75fe1cd5188d619c47e4e53ca5b846f07318ffb3ab004a0547f2c8b13f60083b4
|
||||
Size (cmake-3.21.1.tar.gz) = 9629567 bytes
|
||||
SHA1 (cmake-3.21.2.tar.gz) = 0c46621bb21f1eea01b9b6c9fefc39f9ff4a3216
|
||||
RMD160 (cmake-3.21.2.tar.gz) = 14412b6df4f58629e3cef13d872fcd72c0b37dff
|
||||
SHA512 (cmake-3.21.2.tar.gz) = 75649404564aaa6175a8c66ab19a10318066dbb667806c287e3cb125ac4c16c1629c160e355bcc50864a38d5488b1f7d1bc77acc602f5f3edd5f68691ae5080d
|
||||
Size (cmake-3.21.2.tar.gz) = 9630492 bytes
|
||||
SHA1 (patch-CMakeLists.txt) = fabdb0590f4b97c34c2242749ae3b6af18aefc0a
|
||||
SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9
|
||||
SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: version.mk,v 1.18 2021/07/29 11:37:40 adam Exp $
|
||||
# $NetBSD: version.mk,v 1.19 2021/08/26 06:32:59 adam Exp $
|
||||
# used by devel/cmake/Makefile.common
|
||||
# used by devel/cmake-fedora/Makefile
|
||||
|
||||
CMAKE_VERSION= 3.21.1
|
||||
CMAKE_VERSION= 3.21.2
|
||||
CMAKE_API= ${CMAKE_VERSION:R}
|
||||
|
|
Loading…
Reference in a new issue