Skip to content

Commit

Permalink
Merge pull request #1044 from martin-frbg/removec++dependency
Browse files Browse the repository at this point in the history
Declare project dependency on C to avoid the CMAKE default of C,C++
  • Loading branch information
martin-frbg authored Aug 21, 2024
2 parents 9c0ef66 + 9f998c4 commit 2cbabee
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 2cbabee

Please sign in to comment.