diff options
author | Daniele E. Domenichelli <daniele.domenichelli@iit.it> | 2014-05-13 09:02:19 (GMT) |
---|---|---|
committer | Daniele E. Domenichelli <daniele.domenichelli@iit.it> | 2014-05-19 14:55:12 (GMT) |
commit | 1890c668e92b8bcd60075cf0a5a70411da2a2444 (patch) | |
tree | 20a9326c8c3ceb0261ffc8147f53cdcbbc93df34 /Modules/IntelVSImplicitPath | |
parent | 81a3f228824058849368f9c3a8e318c02fa03097 (diff) | |
download | CMake-1890c668e92b8bcd60075cf0a5a70411da2a2444.zip CMake-1890c668e92b8bcd60075cf0a5a70411da2a2444.tar.gz CMake-1890c668e92b8bcd60075cf0a5a70411da2a2444.tar.bz2 |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/IntelVSImplicitPath/CMakeLists.txt b/Modules/IntelVSImplicitPath/CMakeLists.txt index 96dc4e6..d115704 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 |