Skip to content

Commit

Permalink
Make CONFIG a CMake pass-through option for DART (#339)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <[email protected]>
  • Loading branch information
adlarkin authored Apr 12, 2022
1 parent 50b36d2 commit dcafe3b
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 @@ -8,7 +8,7 @@ project(ignition-physics2 VERSION 2.5.0)
#============================================================================
# Find ignition-cmake
#============================================================================
find_package(ignition-cmake2 2.8.0 REQUIRED)
find_package(ignition-cmake2 2.12.0 REQUIRED)

#============================================================================
# Configure the project
Expand Down Expand Up @@ -67,7 +67,7 @@ ign_find_package(DART
collision-ode
utils
utils-urdf
EXTRA_ARGS CONFIG
CONFIG
VERSION 6.9
REQUIRED_BY dartsim
PKGCONFIG dart
Expand Down

0 comments on commit dcafe3b

Please sign in to comment.