Skip to content

Commit

Permalink
build: fix CMake error
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 ca8b82f commit aacc749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion common/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.8)
project(cuda)

find_package(ament_cmake REQUIRED)

ament_package()
2 changes: 1 addition & 1 deletion common/cuda/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="3">
<name>cuda</name>
<version>0.0.1</version>
<description>cuda utility library</description>
<description>Virtual package that provides an empty cuda stub package</description>

<author email="[email protected]">Esteve Fernandez</author>
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
Expand Down

0 comments on commit aacc749

Please sign in to comment.