Skip to content

Commit 0ee6960

Browse files
authored
Update CMakeLists.txt
1 parent 9764ec8 commit 0ee6960

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@ message(STATUS "Building xeus-cpp v${${PROJECT_NAME}_VERSION}")
5353
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)
56-
option(XEUS_CPP_INCLUDE_DOCS "Build the xeus-cpp documentation" OFF)
5756

5857
option(XEUS_CPP_USE_SHARED_XEUS "Link xcpp with the xeus shared library (instead of the static library)" ON)
5958
option(XEUS_CPP_USE_SHARED_XEUS_CPP "Link xcpp with the xeus shared library (instead of the static library)" ON)
6059
option(XEUS_CPP_EMSCRIPTEN_WASM_BUILD "Build for wasm with emscripten" OFF)
6160

62-
6361
# Test options
6462
option(XEUS_CPP_BUILD_TESTS "xeus-cpp test suite" ON)
6563
option(XEUS_CPP_ENABLE_CODE_COVERAGE "xeus-cpp test suite" OFF)
@@ -553,7 +551,3 @@ if(EMSCRIPTEN)
553551
"$<TARGET_FILE_DIR:xcpp>/xcpp.data"
554552
DESTINATION ${CMAKE_INSTALL_BINDIR})
555553
endif ()
556-
557-
if(XEUS_CPP_INCLUDE_DOCS)
558-
add_subdirectory(docs)
559-
endif()

0 commit comments

Comments
 (0)