Skip to content

Commit

Permalink
Update minimum version of gz-cmake3 (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored May 7, 2024
1 parent a163b16 commit 40c04ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(gz-msgs10 VERSION 10.1.2)
# Find gz-cmake
#============================================================================
# If you get an error at this line, you need to install gz-cmake
find_package(gz-cmake3 REQUIRED)
find_package(gz-cmake3 REQUIRED 3.5.2)

#============================================================================
# Configure the project
Expand Down

0 comments on commit 40c04ec

Please sign in to comment.