Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump minimum CMake version to 3.13
  • Loading branch information
ACSimon33 committed Jun 5, 2024
commit 0af92d8230f9904735360ed9af6f54d9bd25e4ad
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 3.9)
cmake_minimum_required(VERSION 3.13)

project(LAPACK)

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 3.6)
cmake_minimum_required(VERSION 3.13)
project(TIMING Fortran)

# Add the CMake directory for custom CMake modules
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 3.6)
cmake_minimum_required(VERSION 3.13)
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 3.6)
cmake_minimum_required(VERSION 3.13)
###################################################################
# The values in this section must always be provided
###################################################################
Expand Down