Skip to content

Commit

Permalink
sdformat: again stop -DUSE_INTERNAL_URDF=ON (#592)
Browse files Browse the repository at this point in the history
I missed one spot in #590.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Dec 10, 2021
1 parent 47fb17b commit f0c87c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jenkins-scripts/docker/sdformat-compilation.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ fi

export BUILDING_SOFTWARE_DIRECTORY="sdformat"

if [[ ${SDFORMAT_MAJOR_VERSION} -ge 6 ]]; then
export BUILDING_EXTRA_CMAKE_PARAMS="-DUSE_INTERNAL_URDF:BOOL=True"
fi

if [[ ${SDFORMAT_MAJOR_VERSION} -ge 8 ]]; then
export NEED_C17_COMPILER=true
fi
Expand Down

0 comments on commit f0c87c0

Please sign in to comment.