Skip to content

Commit

Permalink
Detect ign instead of using cmake module to check for ignition-tools (#…
Browse files Browse the repository at this point in the history
…191)

Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
j-rivero authored Jun 23, 2021
1 parent dc59f86 commit 5bdaa28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ set(IGN_MSGS_MAJOR_VER ${ignition-msgs6_VERSION_MAJOR})

#--------------------------------------
# Find ignition-tools
ign_find_package(ignition-tools QUIET)
if (ignition-tools_FOUND)
set (HAVE_IGN_TOOLS TRUE)
endif()
find_program(HAVE_IGN_TOOLS ign)

#============================================================================
# Configure the build
Expand Down

0 comments on commit 5bdaa28

Please sign in to comment.