Skip to content

Commit 9f998c4

Browse files
authored
Declare dependency on C to avoid the CMAKE default of C,C++
1 parent 9c0ef66 commit 9f998c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.13)
22

3-
project(LAPACK)
3+
project(LAPACK C)
44

55
set(LAPACK_MAJOR_VERSION 3)
66
set(LAPACK_MINOR_VERSION 12)

0 commit comments

Comments
 (0)