Skip to content

Commit

Permalink
removed reference to CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGibson274 committed Aug 23, 2020
1 parent 890a098 commit 449d363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.8)
project(MPPIGeneric LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CUDA_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(BUILD_FLAGS "-Wuninitialized -Wall")
Expand Down

0 comments on commit 449d363

Please sign in to comment.