mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Use build_depend for private dependencies in Catkin package.xml
Change-Id: If0c0569e7ebbf37c0d8e8daaf7765e20a6282531
This commit is contained in:
committed by
Sameer Agarwal
parent
a09682f00d
commit
77fc1d0fc4
+3
-3
@@ -40,12 +40,12 @@
|
||||
|
||||
<buildtool_depend>cmake</buildtool_depend>
|
||||
|
||||
<depend>atlas</depend>
|
||||
<build_depend>atlas</build_depend>
|
||||
<build_depend>gfortran</build_depend>
|
||||
<build_depend>suitesparse</build_depend>
|
||||
<depend>eigen</depend>
|
||||
<depend>gfortran</depend>
|
||||
<depend>libgflags-dev</depend>
|
||||
<depend>libgoogle-glog-dev</depend>
|
||||
<depend>suitesparse</depend>
|
||||
|
||||
<export>
|
||||
<build_type>cmake</build_type>
|
||||
|
||||
Reference in New Issue
Block a user