Skip to content

Commit

Permalink
Merge pull request #472 from jschueller/cmake3
Browse files Browse the repository at this point in the history
CMake: Bump minimum version to 3.2
  • Loading branch information
langou authored Jan 21, 2021
2 parents 6e125a4 + 8f004b3 commit 2b9f0f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.2)

project(LAPACK Fortran C)

Expand Down
2 changes: 1 addition & 1 deletion INSTALL/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.7)
cmake_minimum_required(VERSION 3.2)
project(TIMING Fortran)
add_executable(secondtst_NONE second_NONE.f secondtst.f)
add_executable(secondtst_EXT_ETIME second_EXT_ETIME.f secondtst.f)
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/mangling/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.7)
cmake_minimum_required(VERSION 3.2)
project(MANGLING C Fortran)

add_executable(xintface Fintface.f Cintface.c)
2 changes: 1 addition & 1 deletion lapack_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## HINTS: ctest -Ddashboard_model=Nightly -S $(pwd)/lapack/lapack_build.cmake
##

cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.2)
###################################################################
# The values in this section must always be provided
###################################################################
Expand Down

0 comments on commit 2b9f0f5

Please sign in to comment.