Skip to content

Commit

Permalink
Fix CI failing (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozukke committed Jul 8, 2024
1 parent 12727be commit e716eb5
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(ichida-algo LANGUAGES C CUDA)
project(ichida-algo LANGUAGES C)

set(CMAKE_C_FLAGS "-O3 -march=native -ffast-math -funroll-loops -fopenmp -Wall -Wextra -Wpedantic")
set(CMAKE_C_STANDARD 11)
Expand Down

0 comments on commit e716eb5

Please sign in to comment.