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)
54
54
option (XEUS_CPP_BUILD_SHARED "Split xcpp build into executable and library" ON )
55
55
option (XEUS_CPP_BUILD_EXECUTABLE "Build the xcpp executable" ON )
56
56
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 )
59
59
option (XEUS_CPP_EMSCRIPTEN_WASM_BUILD "Build for wasm with emscripten" OFF )
60
60
61
61
# Test options
@@ -547,4 +547,4 @@ if(EMSCRIPTEN)
547
547
"$<TARGET_FILE_DIR:xcpp>/xcpp.wasm"
548
548
"$<TARGET_FILE_DIR:xcpp>/xcpp.data"
549
549
DESTINATION ${CMAKE_INSTALL_BINDIR} )
550
- endif ()
550
+ endif ()
You can’t perform that action at this time.
0 commit comments