Skip to content

Commit

Permalink
Update DART_PKG_EXTERNAL_DEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 16, 2016
1 parent aeedcbf commit 9499a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -48,7 +48,7 @@ set(DART_MINOR_VERSION "0")
set(DART_PATCH_VERSION "0")
set(DART_VERSION "${DART_MAJOR_VERSION}.${DART_MINOR_VERSION}.${DART_PATCH_VERSION}")
set(DART_PKG_DESC "Dynamic Animation and Robotics Toolkit.")
set(DART_PKG_EXTERNAL_DEPS "flann, ccd, fcl")
set(DART_PKG_EXTERNAL_DEPS "eigen, ccd, fcl, assimp, boost")

#===============================================================================
# Print intro
Expand Down

0 comments on commit 9499a5a

Please sign in to comment.