We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5be02 commit 80c8ddfCopy full SHA for 80c8ddf
1 file changed
.github/scripts/build_roboplan_deps.sh
@@ -50,7 +50,8 @@ build_and_install() {
50
"-DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX" \
51
"-DCMAKE_PREFIX_PATH=$CONDA_ENV;$INSTALL_PREFIX" \
52
"-DCMAKE_C_COMPILER=$GCC" \
53
- "-DCMAKE_CXX_COMPILER=$GXX"
+ "-DCMAKE_CXX_COMPILER=$GXX" \
54
+ "-DCOAL_DISABLE_HPP_FCL_WARNINGS=ON"
55
"$CMAKE" --build "/tmp/build/$NAME" --parallel "$(nproc)"
56
"$CMAKE" --install "/tmp/build/$NAME"
57
}
0 commit comments