Skip to content
Snippets Groups Projects
Commit aebb6b95 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/{py-,}sot-tools-v3] don't install documentation

parent 2278675e
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ CONFLICTS+= py[0-9][0-9]-sot-tools-[0-9]*
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF # doxygen segfaults on 14.04
# disable -Werror, some warnings from boost-filesystem (1.50, netbsd) cannot be
# fixed here
......
......@@ -23,6 +23,7 @@ CONFLICTS+= sot-tools-[0-9]*
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF # doxygen segfaults on 14.04
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
# disable -Werror, some warnings from boost-filesystem (1.50, netbsd) cannot be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment