Skip to content

Commit

Permalink
build: use NONE to avoid setting up C and C++ in CMake
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Jan 14, 2025
1 parent aacc749 commit 76144c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(cuda)
project(cuda NONE)

find_package(ament_cmake REQUIRED)

Expand Down

0 comments on commit 76144c0

Please sign in to comment.