Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Do not build documentation by default
  • Loading branch information
keszocze committed Mar 22, 2021
1 parent 686ae3a commit b8ff6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option(BUILD_EXPERIMENTS "build experiments" OFF)
option(BUILD_CORRECTNESS_EXPERIMENTS "build correctness experiments" OFF)
option(BUILD_TESTS "build tests" ON)
option(BUILD_EXAMPLES "build examples" ON)
option(BUILD_DOCUMENTATION "Build documentation" ON)
option(BUILD_DOCUMENTATION "Build documentation" OFF)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/lib")
find_package(MPIR)
Expand Down

0 comments on commit b8ff6f1

Please sign in to comment.