Skip to content

Commit 7182a85

Browse files
Remove requirements for xeus version. (#80)
1 parent f295d44 commit 7182a85

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.0...<4.0)
82+
set(xeus_REQUIRED_VERSION 3.2.0)
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 ${xeus_REQUIRED_VERSION} REQUIRED)
88+
find_package(xeus REQUIRED)
8989
endif ()
9090

9191
# Flags

0 commit comments

Comments
 (0)