-
Notifications
You must be signed in to change notification settings - Fork 61
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
17 files
+6 −0 | .docs/pages/base.rst | |
+26 −2 | .docs/pages/developers.rst | |
+40 −3 | Config.cmake.in | |
+30 −0 | base.cmake | |
+23 −0 | componentConfig.cmake.in | |
+3 −1 | cython/cython.cmake | |
+2 −1 | cython/setup.in.py | |
+2 −2 | doxygen.cmake | |
+26 −0 | find-external/CppAD/Findcppad.cmake | |
+20 −0 | find-external/CppAD/Findcppadcg.cmake | |
+7 −3 | hpp/idl/omniidl_be_python_with_docstring.py | |
+81 −22 | package-config.cmake | |
+40 −9 | pkg-config.cmake | |
+1 −1 | pkg-config.pc.cmake | |
+9 −7 | python.cmake | |
+14 −8 | test.cmake | |
+141 −103 | version.cmake |