Skip to content

Commit f295d44

Browse files
Fix required xeus version (#79)
1 parent 5915386 commit f295d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ endif()
7979
# ============
8080

8181
set(xtl_REQUIRED_VERSION 0.7.0)
82-
set(xeus_REQUIRED_VERSION 3)
82+
set(xeus_REQUIRED_VERSION 3.0...<4.0)
8383

8484
if (NOT TARGET xtl)
8585
find_package(xtl ${xtl_REQUIRED_VERSION} REQUIRED)

0 commit comments

Comments
 (0)