Skip to content

Commit

Permalink
sdformat: don't compile with USE_INTERNAL_URDF (#590)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Dec 10, 2021
1 parent 2e53e75 commit f83b2db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jenkins-scripts/docker/sdformat-abichecker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ fi
export ABI_JOB_SOFTWARE_NAME="sdformat"
export ABI_JOB_PKG_DEPENDENCIES_VAR_NAME="SDFORMAT_BASE_DEPENDENCIES"

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 f83b2db

Please sign in to comment.