File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ option(XEUS_CPP_BUILD_STATIC "Build xeus-cpp static library" ON)
5454option (XEUS_CPP_BUILD_SHARED "Split xcpp build into executable and library" ON )
5555option (XEUS_CPP_BUILD_EXECUTABLE "Build the xcpp executable" ON )
5656
57- option (XEUS_CPP_USE_SHARED_XEUS "Link xcpp with the xeus shared library (instead of the static library)" ON )
58- option (XEUS_CPP_USE_SHARED_XEUS_CPP "Link xcpp with the xeus shared library (instead of the static library)" ON )
57+ option (XEUS_CPP_USE_SHARED_XEUS "Link xcpp with the xeus shared library (instead of the static library)" ON )
58+ option (XEUS_CPP_USE_SHARED_XEUS_CPP "Link xcpp with the xeus-cpp shared library (instead of the static library)" ON )
5959option (XEUS_CPP_EMSCRIPTEN_WASM_BUILD "Build for wasm with emscripten" OFF )
6060
6161# Test options
@@ -547,4 +547,4 @@ if(EMSCRIPTEN)
547547 "$<TARGET_FILE_DIR:xcpp>/xcpp.wasm"
548548 "$<TARGET_FILE_DIR:xcpp>/xcpp.data"
549549 DESTINATION ${CMAKE_INSTALL_BINDIR} )
550- endif ()
550+ endif ()
You can’t perform that action at this time.
0 commit comments