summaryrefslogtreecommitdiff
path: root/Modules/IntelVSImplicitPath
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <daniele.domenichelli@iit.it>2014-05-13 11:02:19 +0200
committerDaniele E. Domenichelli <daniele.domenichelli@iit.it>2014-05-19 16:55:12 +0200
commit1890c668e92b8bcd60075cf0a5a70411da2a2444 (patch)
tree20a9326c8c3ceb0261ffc8147f53cdcbbc93df34 /Modules/IntelVSImplicitPath
parent81a3f228824058849368f9c3a8e318c02fa03097 (diff)
downloadcmake-1890c668e92b8bcd60075cf0a5a70411da2a2444.tar.gz
Keep cmake_minimum_required calls in sync with current version
Update cmake_minimum_required calls in CMakeLists.txt in Modules and in CMakeLists.txt generated by other modules, so that they are always in sync with current CMake version.
Diffstat (limited to 'Modules/IntelVSImplicitPath')
-rw-r--r--Modules/IntelVSImplicitPath/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/IntelVSImplicitPath/CMakeLists.txt b/Modules/IntelVSImplicitPath/CMakeLists.txt
index 96dc4e6125..d115704474 100644
--- a/Modules/IntelVSImplicitPath/CMakeLists.txt
+++ b/Modules/IntelVSImplicitPath/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required(VERSION ${CMAKE_VERSION})
project(IntelFortranImplicit Fortran)
add_custom_command(
OUTPUT output.cmake