Merge pull request #1044 from martin-frbg/removec++dependency

Declare project dependency on C to avoid the CMAKE default of C,C++
This commit is contained in:
Martin Kroeker
2024-08-21 14:54:39 +02:00
committed by GitHub
+1 -1
View File
@@ -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)