summaryrefslogtreecommitdiff
path: root/Tests/FortranOnly
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-15 12:05:42 -0400
committerBrad King <brad.king@kitware.com>2020-06-18 09:52:05 -0400
commit7b07ccdd2b8d621211ee1642e8b62b005b0cd60f (patch)
tree15230140533cfc20a38254725f5d81ea7a3cd206 /Tests/FortranOnly
parent9b99b4bfc8e9280c7334047cf95a84408d84e931 (diff)
downloadcmake-7b07ccdd2b8d621211ee1642e8b62b005b0cd60f.tar.gz
Tests/*Only: Update cmake_minimum_required versions
Use 3.3 or 2.8.12 where possible.
Diffstat (limited to 'Tests/FortranOnly')
-rw-r--r--Tests/FortranOnly/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FortranOnly/CMakeLists.txt b/Tests/FortranOnly/CMakeLists.txt
index d24df2df84..637f5816a1 100644
--- a/Tests/FortranOnly/CMakeLists.txt
+++ b/Tests/FortranOnly/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
project(FortranOnly Fortran)
message("CTEST_FULL_OUTPUT ")