Skip to content

Commit

Permalink
melodic fix for build error where warnings are errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mdkennedy3 authored and ob-tim-liu committed Aug 17, 2018
1 parent a592a1f commit 81b9ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -42,7 +42,7 @@ ExternalProject_Add(astra_openni2
GIT_TAG orbbec_ros
CONFIGURE_COMMAND echo "no need to configure"
BUILD_IN_SOURCE 1
BUILD_COMMAND make release FILTER=${obfilter}
BUILD_COMMAND make release FILTER=${obfilter} ALLOW_WARNINGS=1
INSTALL_DIR openni2
INSTALL_COMMAND tar -xjf <SOURCE_DIR>/Packaging/Final/OpenNI-Linux-2.3.tar.bz2 -C <INSTALL_DIR> --strip 1 && mkdir -p <INSTALL_DIR>/include && ln -fs <INSTALL_DIR>/Include <INSTALL_DIR>/include/openni2
)
Expand Down

0 comments on commit 81b9ce2

Please sign in to comment.