-
Notifications
You must be signed in to change notification settings - Fork 27
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
24 files
+6 −0 | .docs/pages/base.rst | |
+33 −2 | .docs/pages/developers.rst | |
+4 −0 | .docs/pages/internal.rst | |
+96 −49 | Config.cmake.in | |
+32 −0 | base.cmake | |
+9 −8 | boost.cmake | |
+2 −2 | compiler.cmake | |
+23 −0 | componentConfig.cmake.in | |
+3 −1 | cython/cython.cmake | |
+2 −1 | cython/setup.in.py | |
+474 −686 | doxygen.cmake | |
+0 −4 | doxygen/Doxyfile.extra.in | |
+0 −2,121 | doxygen/Doxyfile.in | |
+10 −0 | doxygen/doxyfile.awk | |
+26 −0 | find-external/CppAD/Findcppad.cmake | |
+20 −0 | find-external/CppAD/Findcppadcg.cmake | |
+5 −2 | hpp/doc.cmake | |
+7 −3 | hpp/idl/omniidl_be_python_with_docstring.py | |
+85 −24 | package-config.cmake | |
+40 −9 | pkg-config.cmake | |
+1 −1 | pkg-config.pc.cmake | |
+53 −42 | python.cmake | |
+14 −8 | test.cmake | |
+141 −103 | version.cmake |