Skip to content

Commit

Permalink
Update minimum cmake version to 3.12.
Browse files Browse the repository at this point in the history
Remove files no longer needed for finding python 2 and 3.
  • Loading branch information
clintonstimpson committed Feb 25, 2021
1 parent 8946b4d commit 1524d10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
# the U.S. Government retains certain rights in this software.

cmake_minimum_required( VERSION 3.1 )
cmake_minimum_required( VERSION 3.12 )

project(verdict)

Expand Down
1 change: 0 additions & 1 deletion docs/VerdictUserManual2007/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CMAKE_MINIMUM_REQUIRED (VERSION 2.0)
PROJECT(PAPER NONE)

SET(CMAKE_C_FLAGS "")
Expand Down

0 comments on commit 1524d10

Please sign in to comment.