Skip to content

Commit

Permalink
devel/cmake-*: Update to 3.27.9
Browse files Browse the repository at this point in the history
Changes made since CMake 3.27.8:
- Help: Document that CMP0149 should be set before project()
- Help: Fix ctest(1) manual links to www.cdash.org
- Ninja: Revert exact collation dependencies for 3.27
- Ninja: depfile: keep rules without dependencies
- Tests/FortranModules: add test for TARGET_OBJECTS-as-sources module
  usage
- Tests/FortranModules: add test for TARGET_OBJECTS-as-linked-items
  module usage
- fileapi: Fix file sets' base directories relative to top source

https://www.kitware.com/cmake-3-27-9-available-for-download/
  • Loading branch information
BSDKaffee committed Dec 2, 2023
1 parent 2133960 commit 6c4806b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mk/Uses/cmake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ _INCLUDE_USES_CMAKE_MK= yes

_valid_ARGS= insource run noninja testing _internal

_CMAKE_VERSION= 3.27.8
_CMAKE_VERSION= 3.27.9

# Sanity check
. for arg in ${cmake_ARGS}
Expand Down
6 changes: 3 additions & 3 deletions devel/cmake-core/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1701004140
SHA256 (cmake-3.27.8.tar.gz) = fece24563f697870fbb982ea8bf17482c9d5f855d8c9bf0b82463d76c9e8d0cc
SIZE (cmake-3.27.8.tar.gz) = 10983480
TIMESTAMP = 1701468057
SHA256 (cmake-3.27.9.tar.gz) = 609a9b98572a6a5ea477f912cffb973109ed4d0a6a6b3f9e2353d2cdc048708e
SIZE (cmake-3.27.9.tar.gz) = 10984490

0 comments on commit 6c4806b

Please sign in to comment.