Skip to content

Commit

Permalink
GPURuntime: Project contains only C++ sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Dec 30, 2023
1 parent 78f0ac9 commit b41b35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPQR/GPURuntime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ message ( STATUS "Building SPQR/GPURUNTIME version: v"

project ( suitesparse_gpuruntime
VERSION "${SPQR_VERSION_MAJOR}.${SPQR_VERSION_MINOR}.${SPQR_VERSION_SUB}"
LANGUAGES C CXX CUDA )
LANGUAGES CXX )

#-------------------------------------------------------------------------------
# SuiteSparse policies
Expand Down

0 comments on commit b41b35f

Please sign in to comment.