Skip to content

Commit

Permalink
fix: removed cuda as a required dep for cpu only builds
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
  • Loading branch information
knzo25 authored and technolojin committed Dec 27, 2024
1 parent 83871b0 commit 9b58df0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(autoware_probabilistic_occupancy_grid_map)
find_package(autoware_cmake REQUIRED)
autoware_package()

find_package(CUDA REQUIRED)
find_package(CUDA)
find_package(eigen3_cmake_module REQUIRED)
find_package(Eigen3 REQUIRED)
find_package(PCL REQUIRED)
Expand Down

0 comments on commit 9b58df0

Please sign in to comment.