mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
9 lines
304 B
Diff
9 lines
304 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -70,3 +70,3 @@
|
|
set(DART_PKG_DESC "Dynamic Animation and Robotics Toolkit.")
|
|
-set(DART_PKG_EXTERNAL_DEPS "eigen, ccd, fcl, assimp, boost")
|
|
+set(DART_PKG_EXTERNAL_DEPS "assimp, ccd, eigen3, fcl, octomap")
|
|
|