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 CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.22)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
2 changes: 1 addition & 1 deletion dd4hepplugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Detect standalone vs in-tree build
if(NOT TARGET G4CX)
cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
cmake_minimum_required(VERSION 3.22 FATAL_ERROR)
project(ddsimphony VERSION 0.1.0 LANGUAGES CXX)
find_package(DD4hep REQUIRED COMPONENTS DDG4 DDCore)
find_package(simphony REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GPU.
- CUDA 12.1+
- NVIDIA OptiX 7+
- Geant4 11.3+
- CMake 3.18+
- CMake 3.22+
- Python 3.10+

OptiX releases have specific [minimum NVIDIA driver
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.22)

project(simphox LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/MC_Truth/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.22)

project(GPUMCTruth LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/async_gpu_launch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.22)

project(async_gpu_launch LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion examples/async_gpu_std/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.22)

project(async_gpu_std LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion sysrap/SGLFW_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.22 FATAL_ERROR)
set(name SGLFW_tests)
project(${name} VERSION 0.1.0)
include(OpticksBuildOptions)
Expand Down
Loading