Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Until May 2022 (inclusive) no changelog was kept. We might try to reconstruct it

### Changed

* CMake: Update to v4.2.3
* CMake: Update to v4.2.3, but only require v3.20.0 from system (FairShip
minimum)
* python: Require at least 3.12.12 in prefer_system_check
* ROOT: Update to 6.36.08
* defaults-actstracking: Removed all overrides unrelated to ACTS or C++20.
Expand Down
2 changes: 1 addition & 1 deletion cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_requires:
- "GCC-Toolchain:(?!osx)"
prefer_system: .*
prefer_system_check: |
REQUESTED_VERSION=${REQUESTED_VERSION#v}
REQUESTED_VERSION=3.20.0
verge() { [[ "$1" = "`echo -e "$1\n$2" | sort -V | head -n1`" ]]; }
type cmake && verge $REQUESTED_VERSION `cmake --version | sed -e 's/.* //' | cut -d. -f1,2,3`
---
Expand Down
Loading