Skip to content

Commit

Permalink
Require cmake 3.16 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Dec 20, 2022
1 parent e69f781 commit 53f9a99
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,5 +1,5 @@
PROJECT(mindy C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 3.16)

# This needs to be in the root CMakeLists.txt.
ENABLE_TESTING()
Expand Down

0 comments on commit 53f9a99

Please sign in to comment.