File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,16 @@ endif()
79
79
# ============
80
80
81
81
set (xtl_REQUIRED_VERSION 0.7.0 )
82
- set (xeus_REQUIRED_VERSION 3.0.5 )
82
+ set (xeus_REQUIRED_VERSION 3.2.0 )
83
83
84
84
if (NOT TARGET xtl )
85
85
find_package (xtl ${xtl_REQUIRED_VERSION} REQUIRED )
86
86
endif ()
87
87
if (NOT TARGET xeus AND NOT TARGET xeus-static )
88
88
find_package (xeus ${xeus_REQUIRED_VERSION} REQUIRED )
89
+ if (xeus_FOUND )
90
+ message (STATUS "Found compatible xeus version: ${xeus_VERSION} " )
91
+ endif ()
89
92
endif ()
90
93
91
94
set (CppInterOp_REQUIRED_VERSION 1.3.0 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
5
5
dependencies :
6
6
- nlohmann_json
7
7
- xeus-lite <2.0
8
- - xeus >=3.0.5 ,<4.0
8
+ - xeus >=3.2.0 ,<4.0
9
9
- xtl >=0.7,<0.8
10
10
- CppInterOp>=1.3.0
11
11
- cpp-argparse
You can’t perform that action at this time.
0 commit comments