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

[wip/py-dynamic-graph-bridge-v3] disable Werror

for a missing cast in googletest on 18.04
parent 151316cc
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF ...@@ -22,6 +22,7 @@ CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF
CMAKE_ARGS+= -DSETUPTOOLS_DEB_LAYOUT=OFF CMAKE_ARGS+= -DSETUPTOOLS_DEB_LAYOUT=OFF
# Needed for dynamic_graph_bridge to be installed in site-packages # Needed for dynamic_graph_bridge to be installed in site-packages
CMAKE_ARGS+= -DPYTHON_STANDARD_LAYOUT=ON CMAKE_ARGS+= -DPYTHON_STANDARD_LAYOUT=ON
CMAKE_ARGS+= -DCXX_DISABLE_WERROR=ON
DYNAMIC_PLIST_DIRS+= share/doc/doxygen-html DYNAMIC_PLIST_DIRS+= share/doc/doxygen-html
DYNAMIC_PLIST_DIRS+= share/gennodejs/ros/${ROSNAME} DYNAMIC_PLIST_DIRS+= share/gennodejs/ros/${ROSNAME}
......
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