Skip to content

Commit 48a14c3

Browse files
authored
Upgraded to latest xeus (3.2.0) (#103)
1 parent 46cfe09 commit 48a14c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,16 @@ endif()
7979
# ============
8080

8181
set(xtl_REQUIRED_VERSION 0.7.0)
82-
set(xeus_REQUIRED_VERSION 3.0.5)
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)
8888
find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)
89+
if (xeus_FOUND)
90+
message(STATUS "Found compatible xeus version: ${xeus_VERSION}")
91+
endif()
8992
endif ()
9093

9194
set(CppInterOp_REQUIRED_VERSION 1.3.0)

environment-wasm-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
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

0 commit comments

Comments
 (0)