Skip to content

Commit a95422c

Browse files
authored
Merge pull request #67 from minrk/cmake-minimum-range
add upper bound to cmake_minimum_required
2 parents 4841a7c + b574d3f commit a95422c

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)