Skip to content

Commit 198ecef

Browse files
Revert required xeus version (#84)
1 parent 2e1e6b8 commit 198ecef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ endif()
7979
# ============
8080

8181
set(xtl_REQUIRED_VERSION 0.7.0)
82-
set(xeus_REQUIRED_VERSION 3.2.0)
82+
set(xeus_REQUIRED_VERSION 3.0.5)
8383

8484
if (NOT TARGET xtl)
8585
find_package(xtl ${xtl_REQUIRED_VERSION} REQUIRED)
8686
endif ()
8787
if (NOT TARGET xeus AND NOT TARGET xeus-static)
88-
find_package(xeus REQUIRED)
88+
find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)
8989
endif ()
9090

9191
# Flags

0 commit comments

Comments
 (0)