-
Notifications
You must be signed in to change notification settings - Fork 404
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 #2529 from jcarpent/topic/submodule
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
39 files
+1 −1 | .docs/examples/minimal-hpp.cmake | |
+8 −2 | .docs/examples/minimal-with-packages.cmake | |
+1 −0 | .gersemirc | |
+2 −0 | .git-blame-ignore-revs | |
+1 −1 | CMakeLists.txt | |
+1 −1 | _unittests/cpp/CMakeLists.txt | |
+2 −2 | _unittests/dependency/CMakeLists.txt | |
+3 −3 | _unittests/python/CMakeLists.txt | |
+36 −24 | _unittests/test_pkg-config.cmake | |
+16 −13 | base.cmake | |
+9 −147 | boost.cmake | |
+4 −7 | compiler.cmake | |
+4 −2 | cpack.cmake | |
+1 −1 | cxx11.cmake | |
+37 −22 | cython/cython.cmake | |
+46 −30 | doxygen.cmake | |
+2 −2 | eigen.cmake | |
+30 −13 | find-external/OpenMP/FindOpenMP.cmake | |
+2 −2 | geometric-tools.cmake | |
+25 −17 | header.cmake | |
+3 −3 | ide.cmake | |
+2 −2 | kineo.cmake | |
+1 −1 | lapack.cmake | |
+3 −3 | msvc-specific.cmake | |
+12 −9 | package-config.cmake | |
+70 −46 | pkg-config.cmake | |
+11 −11 | post-project.cmake | |
+9 −6 | python-helpers.cmake | |
+5 −5 | python.cmake | |
+4 −4 | qhull.cmake | |
+1 −1 | relpath.cmake | |
+2 −2 | ros.cmake | |
+1 −1 | sdformat.cmake | |
+1 −1 | swig.cmake | |
+11 −6 | test.cmake | |
+7 −12 | tracy.cmake | |
+1 −1 | version-script.cmake | |
+8 −5 | version.cmake | |
+1 −1 | xacro.cmake |