Skip to content

Commit 72ee473

Browse files
committed
Update CMakeLists.txt
1 parent a387122 commit 72ee473

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ option(XEUS_CPP_BUILD_STATIC "Build xeus-cpp static library" ON)
5454
option(XEUS_CPP_BUILD_SHARED "Split xcpp build into executable and library" ON)
5555
option(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)
5959
option(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 ()

0 commit comments

Comments
 (0)