File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,11 @@ message(STATUS "Building xeus-cpp v${${PROJECT_NAME}_VERSION}")
53
53
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
- option (XEUS_CPP_INCLUDE_DOCS "Build the xeus-cpp documentation" OFF )
57
56
58
57
option (XEUS_CPP_USE_SHARED_XEUS "Link xcpp with the xeus shared library (instead of the static library)" ON )
59
58
option (XEUS_CPP_USE_SHARED_XEUS_CPP "Link xcpp with the xeus shared library (instead of the static library)" ON )
60
59
option (XEUS_CPP_EMSCRIPTEN_WASM_BUILD "Build for wasm with emscripten" OFF )
61
60
62
-
63
61
# Test options
64
62
option (XEUS_CPP_BUILD_TESTS "xeus-cpp test suite" ON )
65
63
option (XEUS_CPP_ENABLE_CODE_COVERAGE "xeus-cpp test suite" OFF )
@@ -553,7 +551,3 @@ if(EMSCRIPTEN)
553
551
"$<TARGET_FILE_DIR:xcpp>/xcpp.data"
554
552
DESTINATION ${CMAKE_INSTALL_BINDIR} )
555
553
endif ()
556
-
557
- if (XEUS_CPP_INCLUDE_DOCS )
558
- add_subdirectory (docs )
559
- endif ()
You can’t perform that action at this time.
0 commit comments