Skip to content

Commit 12471f4

Browse files
authored
Apply PR suggestion
1 parent 76d0934 commit 12471f4

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)