Skip to content

Commit

Permalink
Add max version to placate CMake
Browse files Browse the repository at this point in the history
Recent CMake warns "Compatibility with CMake < 3.5
will be removed from a future version of CMake".
Quiet this warning by setting a policy version.
  • Loading branch information
benmwebb committed Aug 1, 2023
1 parent fbc40d7 commit 4ddf191
Showing 1 changed file with 1 addition and 1 deletion.
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 2.8.12)
cmake_minimum_required(VERSION 2.8.12...3.27.1)
project(RMF)

# needs to be in main CMakeLists.txt
Expand Down

0 comments on commit 4ddf191

Please sign in to comment.