Skip to content

Commit b574d3f

Browse files
committed
add upper bound to cmake_minimum_required
avoids warnings and future errors with very old lower bound
1 parent 4841a7c commit b574d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5.0)
1+
cmake_minimum_required(VERSION 3.5.0...4.1.0)
22
project(mpi-abi-stubs VERSION 5.0 LANGUAGES C)
33

44
option(BUILD_SHARED_LIBS "Build libraries as SHARED" TRUE)

0 commit comments

Comments
 (0)