We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecb686 commit 4a49cc4Copy full SHA for 4a49cc4
CMakeLists.txt
@@ -91,6 +91,7 @@ endif()
91
set(xeus_REQUIRED_VERSION 5.0.0)
92
set(xeus_zmq_REQUIRED_VERSION 3.0.0)
93
set(CppInterOp_REQUIRED_VERSION 1.7.0)
94
+set(xeus_lite_REQUIRED_VERSION 3.2.1)
95
96
if (NOT TARGET xeus AND NOT TARGET xeus-static)
97
find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)
@@ -439,7 +440,7 @@ if(EMSCRIPTEN)
439
440
message(FATAL_ERROR "Failed to run 'embuilder build sdl2'")
441
endif()
442
include(WasmBuildOptions)
- find_package(xeus-lite REQUIRED)
443
+ find_package(xeus-lite ${xeus_lite_REQUIRED_VERSION} REQUIRED)
444
add_executable(xcpp src/main_emscripten_kernel.cpp )
445
target_link_libraries(xcpp PRIVATE xeus-lite)
446
xeus_cpp_set_kernel_options(xcpp)
0 commit comments