From d4819f970f6e38f085b5a3ea20a91a7445bde73d Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Sun, 12 May 2024 10:02:42 +0300 Subject: [PATCH] Revert required xeus version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4aba148..afcd6fcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,13 +79,13 @@ endif() # ============ set(xtl_REQUIRED_VERSION 0.7.0) -set(xeus_REQUIRED_VERSION 3.2.0) +set(xeus_REQUIRED_VERSION 3.0.5) if (NOT TARGET xtl) find_package(xtl ${xtl_REQUIRED_VERSION} REQUIRED) endif () if (NOT TARGET xeus AND NOT TARGET xeus-static) - find_package(xeus REQUIRED) + find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED) endif () # Flags