Skip to content

Commit ccce394

Browse files
committed
Bump minimum required CMake version
1 parent d790cf0 commit ccce394

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.16)
1+
cmake_minimum_required(VERSION 3.19)
22
project(ArborX CXX)
33

44
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30.0)

examples/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
2-
cmake_minimum_required(VERSION 3.16)
2+
cmake_minimum_required(VERSION 3.19)
33
project(ArborXExamples CXX)
44
find_package(ArborX 2.0 REQUIRED)
55
enable_testing()

0 commit comments

Comments
 (0)