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
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For specific build instructions for macOS see [INSTALL_macOS.md](./INSTALL_macOS
## Build instructions

Required tools:
* CMake >= 3.11
* CMake >= 3.30
* Git
* C/C++ compiler (gcc or Visual Studio or clang) with C++17 support (i.e. gcc >= 7, clang >= 5, msvc >= 19.15, cuda >= 11.0).

Expand Down
2 changes: 1 addition & 1 deletion INSTALL_macOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ These differ slightly depending on the target architecture you want to build for
### arm64 (Apple Silicon Macs, M-CPUs)

- [x] A working C/C++ compiler with C++20 support (e.g., Xcode/Xcode Command Line Tools)[^6]
- [x] cmake >= 3.25 but < 4.0 (some dependencies do not support CMake 4)
- [x] cmake >= 3.30 but < 4.0 (some dependencies do not support CMake 4)
- [x] make (included in Xcode/Xcode Command Line Tools)
- [x] autoconf (Homebrew, MacPorts, Nix)
- [x] automake (Homebrew, MacPorts, Nix)
Expand Down
2 changes: 1 addition & 1 deletion src/cmake/MakeBundle.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.25)
cmake_minimum_required(VERSION 3.30)
# Perform bundle fixup on all executables of an install directory
# and generates a standalone bundle with all required runtime dependencies.
#
Expand Down
Loading