Skip to content

Commit

Permalink
Declare dependency on C to avoid the CMAKE default of C,C++
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Aug 20, 2024
1 parent 9c0ef66 commit 9f998c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

project(LAPACK)
project(LAPACK C)

set(LAPACK_MAJOR_VERSION 3)
set(LAPACK_MINOR_VERSION 12)
Expand Down

0 comments on commit 9f998c4

Please sign in to comment.