Skip to content

Commit

Permalink
Add PKGCONFIG information to ignition-tools ign_find_package (gazebos…
Browse files Browse the repository at this point in the history
…im#44)

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored and chapulina committed Aug 25, 2020
1 parent 780142c commit 4600b83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ set(IGN_PLUGIN_MAJOR_VER ${ignition-plugin1_VERSION_MAJOR})

#--------------------------------------
# Find ignition-tools
ign_find_package(ignition-tools REQUIRED)
ign_find_package(ignition-tools
REQUIRED
PKGCONFIG "ignition-tools")

#--------------------------------------
# Find ignition-transport
Expand Down

0 comments on commit 4600b83

Please sign in to comment.