Skip to content

Commit

Permalink
Add project command (#457)
Browse files Browse the repository at this point in the history
Remove warning during build adding project() cmd.

Signed-off-by: Alessandro Sofia <al.sofia@studenti.unina.it>
  • Loading branch information
alesof authored Aug 30, 2024
1 parent 2356cb2 commit 9e1c5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/cppgetstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ To compile the code create a `CMakeLists.txt`:

```
cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
project(gz-msgs-example)
# Find the Gazebo msgs library
find_package(gz-msgs11 QUIET REQUIRED)
Expand Down

0 comments on commit 9e1c5ed

Please sign in to comment.