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 authored Oct 7, 2020
1 parent 4b2e30b commit a76ec89
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 @@ -65,7 +65,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 a76ec89

Please sign in to comment.