Skip to content

Commit

Permalink
Remove mistaken VERSION (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jul 25, 2022
1 parent 2269365 commit ef40fec
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 @@ -8,7 +8,7 @@ project(ignition-launch0 VERSION 0.2.0)
#============================================================================
# Find ignition-cmake
#============================================================================
find_package(ignition-cmake2 VERSION 2.13 REQUIRED)
find_package(ignition-cmake2 2.13 REQUIRED)
set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})

#============================================================================
Expand Down

0 comments on commit ef40fec

Please sign in to comment.