-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cmake
updated
28 files
+162 −163 | .cmake-format.py | |
+1 −0 | .docs/cmake.py | |
+8 −17 | .pre-commit-config.yaml | |
+3 −0 | CMakeLists.txt | |
+41 −13 | base.cmake | |
+0 −1 | boost.cmake | |
+20 −64 | coverage.cmake | |
+11 −2 | debian.cmake | |
+98 −61 | dist.cmake | |
+6 −2 | distcheck.cmake | |
+21 −5 | doxygen.cmake | |
+1 −1 | find-external/CDD/FindCDD.cmake | |
+1 −1 | find-external/CLP/FindCLP.cmake | |
+1 −1 | find-external/CoinUtils/FindCoinUtils.cmake | |
+2 −3 | find-external/glpk/Findglpk.cmake | |
+4 −4 | gtest.cmake | |
+34 −5 | package-config.cmake | |
+3 −2 | python-helpers.cmake | |
+6 −0 | python.cmake | |
+48 −23 | release.cmake | |
+47 −0 | ros2.cmake | |
+12 −6 | sphinx.cmake | |
+5 −3 | stubs.cmake | |
+35 −16 | test.cmake | |
+107 −0 | tracy.cmake | |
+33 −0 | tracy.hh.cmake | |
+11 −2 | uninstall.cmake | |
+1 −0 | version.cmake |