summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-05-19 14:38:42 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-05-19 14:38:42 (GMT)
commit87eab93ad61fffda0ec4f9e779a325178183f7be (patch)
treeeed5621cc084aa0338cba489e99de3757927f950 /Tests
parentd5f8abc286ab69a0e136e51fec3d02acb7604abd (diff)
parent31b3bbd73ee9c7843305e6289ff73e614ea227fb (diff)
downloadCMake-87eab93ad61fffda0ec4f9e779a325178183f7be.zip
CMake-87eab93ad61fffda0ec4f9e779a325178183f7be.tar.gz
CMake-87eab93ad61fffda0ec4f9e779a325178183f7be.tar.bz2
Merge topic 'fix-CMP0022-language-propagation'
31b3bbd7 Merge branch 'backport-fix-CMP0022-language-propagation' into fix-CMP0022-language-propagation 40b9cd0f CMP0022: Fix link language propagation in NEW behavior 42bbf130 CMP0022: Fix link language propagation in NEW behavior
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Fortran/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt
index bf6d629..ef3b317 100644
--- a/Tests/Fortran/CMakeLists.txt
+++ b/Tests/Fortran/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 3.0)
project(testf C CXX Fortran)
if(NOT DEFINED CMake_TEST_NESTED_MAKE_PROGRAM AND NOT CMAKE_GENERATOR MATCHES "Visual Studio")
set(CMake_TEST_NESTED_MAKE_PROGRAM "${CMAKE_MAKE_PROGRAM}")