Skip to content

Commit

Permalink
Fix CONFIG arg in ign_find_package(DART) call (#119)
Browse files Browse the repository at this point in the history
The CONFIG argument to find_package does not have a corresponding
argument in ign_find_package, though it happens to work in our
ign_find_package(DART) call by accident since it gets treated
as a component. It can be properly passed through as an
EXTRA_ARGS parameter.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Oct 9, 2020
1 parent e5f90f0 commit ba3a9ab
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 @@ -67,7 +67,7 @@ ign_find_package(DART
collision-ode
utils
utils-urdf
CONFIG
EXTRA_ARGS CONFIG
VERSION 6.9
REQUIRED_BY dartsim
PKGCONFIG dart
Expand Down

0 comments on commit ba3a9ab

Please sign in to comment.