From 28bee7fd17ffaff493a82b097a0d2159746a0610 Mon Sep 17 00:00:00 2001 From: Filippo Brizzi Date: Mon, 25 Mar 2024 14:20:31 +0100 Subject: [PATCH] external: mcap disable tests (#37) --- docker/version.sh | 2 +- external/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/version.sh b/docker/version.sh index 56816ed0..c504c2e8 100644 --- a/docker/version.sh +++ b/docker/version.sh @@ -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 diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 4341f107..79caca74 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -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 )