Skip to content

Commit

Permalink
Remove C from CMake languages
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj authored Dec 2, 2023
1 parent f2e0449 commit 0338e7a
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.16)

project(Ginkgo LANGUAGES C CXX VERSION 1.8.0 DESCRIPTION "A numerical linear algebra library targeting many-core architectures")
project(Ginkgo LANGUAGES CXX VERSION 1.8.0 DESCRIPTION "A numerical linear algebra library targeting many-core architectures")
set(Ginkgo_VERSION_TAG "develop")
set(PROJECT_VERSION_TAG ${Ginkgo_VERSION_TAG})
# Cuda and Hip also look for Threads. Set it before any find_package to ensure the Threads setting is not changed.
Expand Down

0 comments on commit 0338e7a

Please sign in to comment.