Skip to content

Commit

Permalink
Bumped arrus version to 0.5.11 and us4R-lite API to 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik authored Mar 18, 2021
1 parent 28992d0 commit 6347b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.17.0)
project(arrus LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
# Version
set(PROJECT_VERSION 0.5.10)
set(PROJECT_VERSION 0.5.11)

option(ARRUS_DEVELOP_VERSION "Build develop version." ON)
if(ARRUS_DEVELOP_VERSION)
Expand Down Expand Up @@ -87,7 +87,7 @@ set(ARRUS_DOCS_INSTALL_DIR docs)
# Common dependencies
################################################################################
if(ARRUS_BUILD_SWIG)
find_package(Us4 0.5.3 EXACT REQUIRED US4OEM HV256 DBARLite)
find_package(Us4 0.5.4 EXACT REQUIRED US4OEM HV256 DBARLite)
endif()
find_package(Boost REQUIRED)
set(Boost_USE_STATIC_LIBS ON)
Expand Down

0 comments on commit 6347b4a

Please sign in to comment.