-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2127 from jcarpent/topic/cmake
Sync submodule cmake
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cmake
updated
15 files
+1 −1 | .github/workflows/cmake.yml | |
+2 −0 | .gitignore | |
+2 −2 | .pre-commit-config.yaml | |
+25 −0 | _unittests/catkin/CMakeLists.txt | |
+1 −1 | _unittests/cpp/CMakeLists.txt | |
+1 −1 | _unittests/dependency/CMakeLists.txt | |
+1 −1 | _unittests/python/CMakeLists.txt | |
+31 −1 | _unittests/run_unit_tests.sh | |
+2 −2 | cmake_uninstall.cmake.in | |
+13 −0 | find-external/CDD/FindCDD.cmake | |
+13 −0 | find-external/CLP/FindCLP.cmake | |
+59 −0 | find-external/CoinUtils/FindCoinUtils.cmake | |
+14 −0 | find-external/glpk/Findglpk.cmake | |
+19 −0 | find-external/qpOASES/FindqpOASES.cmake | |
+21 −2 | uninstall.cmake |