Skip to content

Commit

Permalink
don't want to depend on boost and finding cuda is no longer explicitl…
Browse files Browse the repository at this point in the history
…y needed in modern cmake.
  • Loading branch information
olivas committed Apr 15, 2024
1 parent 037160c commit 0dbaeaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake_files/configuration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ set(CMAKE_CUDA_STANDARD 23)

set(CMAKE_BUILD_TYPE DEBUG)

#find_package(CUDA REQUIRED)
find_package(Boost REQUIRED)

include_directories(include)
include_directories(${Boost_INCLUDE_DIRS})

Expand Down

0 comments on commit 0dbaeaa

Please sign in to comment.