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 db2d3d1 commit 7a9fc12Copy full SHA for 7a9fc12
CMakeLists.txt
@@ -91,10 +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
-
95
-if(EMSCRIPTEN)
96
- set(xeus_lite_REQUIRED_VERSION 3.2.1)
97
-endif()
+set(xeus_lite_REQUIRED_VERSION 3.2.1)
98
99
if (NOT TARGET xeus AND NOT TARGET xeus-static)
100
find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)
0 commit comments