From e8c95d44dd33a4adeed503505c502c4d4ff009c9 Mon Sep 17 00:00:00 2001 From: Piotr Jarosik Date: Wed, 9 Mar 2022 19:35:05 +0100 Subject: [PATCH] Increased us4r-api version to 0.7.2. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e0045124..12753ed77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ set(ARRUS_DOCS_INSTALL_DIR docs) ################################################################################ # Common dependencies ################################################################################ -find_package(Us4 0.7.1 EXACT REQUIRED US4OEM HV256 DBARLite) +find_package(Us4 0.7.2 EXACT REQUIRED US4OEM HV256 DBARLite) find_package(Boost REQUIRED) set(Boost_USE_STATIC_LIBS ON) find_package(Protobuf REQUIRED)