Skip to content

Commit 7a9fc12

Browse files
committed
Apply PR suggestion
1 parent db2d3d1 commit 7a9fc12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@ endif()
9191
set(xeus_REQUIRED_VERSION 5.0.0)
9292
set(xeus_zmq_REQUIRED_VERSION 3.0.0)
9393
set(CppInterOp_REQUIRED_VERSION 1.7.0)
94-
95-
if(EMSCRIPTEN)
96-
set(xeus_lite_REQUIRED_VERSION 3.2.1)
97-
endif()
94+
set(xeus_lite_REQUIRED_VERSION 3.2.1)
9895

9996
if (NOT TARGET xeus AND NOT TARGET xeus-static)
10097
find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED)

0 commit comments

Comments
 (0)