-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correctly propagate RBDyn::Parsers dependencies
- Loading branch information
Showing
5 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cmake
updated
25 files
+1 −1 | .docs/examples/minimal-with-packages.cmake | |
+4 −0 | .docs/pages/base.rst | |
+3 −7 | .docs/pages/cmake-packages.rst | |
+7 −0 | .docs/pages/developers.rst | |
+4 −0 | .docs/pages/internal.rst | |
+1 −0 | .github/workflows/cmake.yml | |
+71 −0 | Config.cmake.in | |
+244 −115 | GNUInstallDirs.cmake | |
+0 −1 | _unittests/cmake | |
+21 −10 | boost.cmake | |
+2,099 −0 | boost/FindBoost.cmake | |
+5 −1 | cython/cython.cmake | |
+498 −59 | doxygen.cmake | |
+0 −4 | doxygen/Doxyfile.extra.in | |
+0 −1,524 | doxygen/Doxyfile.in | |
+10 −0 | doxygen/doxyfile.awk | |
+3 −1 | eigen.cmake | |
+2 −2 | find-external/qpOASES/FindqpOASES.cmake | |
+5 −2 | hpp/doc.cmake | |
+35 −7 | package-config.cmake | |
+3 −0 | pkg-config.cmake | |
+186 −127 | python.cmake | |
+68 −77 | python/FindPythonInterp.cmake | |
+192 −103 | python/FindPythonLibs.cmake | |
+7 −0 | uninstall.cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
rbdyn (1.2.1-1ubuntu1) unstable; urgency=medium | ||
|
||
* Update upstream version | ||
|
||
-- Pierre Gergondet <[email protected]> Wed, 29 Apr 2020 11:31:46 +0800 | ||
|
||
rbdyn (1.2.0-1ubuntu1) unstable; urgency=medium | ||
|
||
* Update upstream version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters