Skip to content

Commit

Permalink
Bump ign-common dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-della-vedova committed Feb 21, 2020
1 parent 76dbd45 commit d3fca88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ set(IGN_MSGS_VER ${ignition-msgs5_VERSION_MAJOR})
#--------------------------------------
# Find ignition-common
# Always use the profiler component to get the headers, regardless of status.
ign_find_package(ignition-common3 REQUIRED COMPONENTS profiler events av)
set(IGN_COMMON_VER ${ignition-common3_VERSION_MAJOR})
ign_find_package(ignition-common4 REQUIRED COMPONENTS profiler events av)
set(IGN_COMMON_VER ${ignition-common4_VERSION_MAJOR})

#--------------------------------------
# Find ignition-fuel_tools
Expand Down

0 comments on commit d3fca88

Please sign in to comment.