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()
7979# ============
8080
8181set (xtl_REQUIRED_VERSION 0.7.0)
82- set (xeus_REQUIRED_VERSION 3.0.5 )
82+ set (xeus_REQUIRED_VERSION 3.2.0 )
8383
8484if (NOT TARGET xtl)
8585 find_package (xtl ${xtl_REQUIRED_VERSION} REQUIRED)
8686endif ()
8787if (NOT TARGET xeus AND NOT TARGET xeus-static )
8888 find_package (xeus ${xeus_REQUIRED_VERSION} REQUIRED)
89+ if (xeus_FOUND)
90+ message (STATUS "Found compatible xeus version: ${xeus_VERSION} " )
91+ endif ()
8992endif ()
9093
9194set (CppInterOp_REQUIRED_VERSION 1.3.0)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55dependencies :
66 - nlohmann_json
77 - xeus-lite <2.0
8- - xeus >=3.0.5 ,<4.0
8+ - xeus >=3.2.0 ,<4.0
99 - xtl >=0.7,<0.8
1010 - CppInterOp>=1.3.0
1111 - cpp-argparse
You can’t perform that action at this time.
0 commit comments