Skip to content

Commit 80c8ddf

Browse files
committed
Disable hppfcl warnings for now
1 parent 3c5be02 commit 80c8ddf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/build_roboplan_deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ build_and_install() {
5050
"-DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX" \
5151
"-DCMAKE_PREFIX_PATH=$CONDA_ENV;$INSTALL_PREFIX" \
5252
"-DCMAKE_C_COMPILER=$GCC" \
53-
"-DCMAKE_CXX_COMPILER=$GXX"
53+
"-DCMAKE_CXX_COMPILER=$GXX" \
54+
"-DCOAL_DISABLE_HPP_FCL_WARNINGS=ON"
5455
"$CMAKE" --build "/tmp/build/$NAME" --parallel "$(nproc)"
5556
"$CMAKE" --install "/tmp/build/$NAME"
5657
}

0 commit comments

Comments
 (0)