Skip to content

Commit

Permalink
Bump minimum required CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Dec 11, 2024
1 parent 270fbd2 commit acb2090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.16)
cmake_minimum_required(VERSION 3.19)
project(ArborX CXX)

if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30.0)
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.19)
project(ArborXExamples CXX)
find_package(ArborX 2.0 REQUIRED)
enable_testing()
Expand Down

0 comments on commit acb2090

Please sign in to comment.