Commit eabb06a5 authored by fbourgin's avatar fbourgin
Browse files

update CMakelist.txt for v0.1.2

No related merge requests found
Pipeline #63464 passed with stage
in 4 minutes and 38 seconds
Showing with 3 additions and 3 deletions
+3 -3
......@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
project(
EvalHyd-Python
LANGUAGES CXX C
VERSION 0.1.0.0
VERSION 0.1.2.0
DESCRIPTION "Python bindings for evalhyd utility"
)
......@@ -30,7 +30,7 @@ endif()
find_package(xtensor 0.7.5 REQUIRED)
message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl")
find_package(xtensor 0.24.6 REQUIRED)
find_package(xtensor 0.24.7 REQUIRED)
message(STATUS "Found xtensor: ${xtensor_INCLUDE_DIRS}/xtensor")
find_package(xtensor-python 0.26.1 REQUIRED)
......@@ -43,7 +43,7 @@ if(DEFINED EVALHYD_SRC)
set(EVALHYD_BUILD_TEST OFF CACHE BOOL "configure and compile tests")
add_subdirectory(${EVALHYD_SRC} deps/evalhyd)
else()
find_package(EvalHyd 0.1.0 REQUIRED)
find_package(EvalHyd 0.1.2 REQUIRED)
endif()
target_link_libraries(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment