-
Notifications
You must be signed in to change notification settings - Fork 15
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
20 files
+4 −0 | .docs/pages/base.rst | |
+26 −2 | .docs/pages/developers.rst | |
+1 −0 | .docs/pages/internal.rst | |
+32 −3 | Config.cmake.in | |
+10 −0 | base.cmake | |
+5 −2 | boost.cmake | |
+2 −2 | compiler.cmake | |
+23 −0 | componentConfig.cmake.in | |
+79 −0 | cxx-standard.cmake | |
+6 −0 | cxx-standard.cpp | |
+3 −1 | cython/cython.cmake | |
+2 −1 | cython/setup.in.py | |
+26 −0 | find-external/CppAD/Findcppad.cmake | |
+20 −0 | find-external/CppAD/Findcppadcg.cmake | |
+7 −3 | hpp/idl/omniidl_be_python_with_docstring.py | |
+78 −15 | package-config.cmake | |
+7 −3 | pkg-config.cmake | |
+55 −42 | python.cmake | |
+10 −4 | test.cmake | |
+1 −2 | version.cmake |