Skip to content

Commit

Permalink
external: mcap disable tests (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippobrizzi authored Mar 25, 2024
1 parent 0b6d2ff commit 28bee7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ VERSION=1.0.5
IMAGE=hephaestus-dev

# This is the version of the dep image. Increase this number everytime you change `external/CMakeLists.txt`
DEPS_VERSION=1.0.8
DEPS_VERSION=1.0.9
1 change: 1 addition & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,5 @@ add_cmake_dependency(
GIT_REPOSITORY "https://github.com/filippobrizzi/mcap.git"
GIT_TAG ${MCAP_TAG}
SOURCE_SUBDIR cpp
CMAKE_ARGS -DBUILD_TESTING=OFF
)

0 comments on commit 28bee7f

Please sign in to comment.