Commit c7a39afa authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

add xtl as explicit dependency

it is also a dependency of xtensor, but evalhyd uses it directly too
1 merge request!3release v0.1.0
Pipeline #43882 passed with stage
in 2 minutes and 57 seconds
Showing with 3 additions and 0 deletions
+3 -0
...@@ -15,6 +15,9 @@ project( ...@@ -15,6 +15,9 @@ project(
# dependencies # dependencies
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
find_package(xtl 0.7.5 REQUIRED)
message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl")
find_package(xtensor 0.24.4 REQUIRED) find_package(xtensor 0.24.4 REQUIRED)
message(STATUS "Found xtensor: ${xtensor_INCLUDE_DIRS}/xtensor") message(STATUS "Found xtensor: ${xtensor_INCLUDE_DIRS}/xtensor")
......
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