From a136e9c23a2bf093448c94a1836338f0ebaf9103 Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Sat, 11 May 2024 19:57:37 +0300 Subject: [PATCH] Fix required xeus version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa068385..b9ba5190 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ endif() # ============ set(xtl_REQUIRED_VERSION 0.7.0) -set(xeus_REQUIRED_VERSION 3) +set(xeus_REQUIRED_VERSION 3.0...<4.0) if (NOT TARGET xtl) find_package(xtl ${xtl_REQUIRED_VERSION} REQUIRED)