Skip to content

Commit

Permalink
CMake: Disable sphinx by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored Oct 4, 2024
1 parent 959b653 commit 9870cba
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
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.13)

option (BUILD_PYTHON "Build the python module for the library" ON)
option (USE_SPHINX "Use sphinx for documentation" ON)
option (USE_SPHINX "Use sphinx for documentation" OFF)
option (BUILD_SHARED_LIBS "Build shared libraries" ON)

# By default, build in Release mode. Must appear before project() command
Expand Down

0 comments on commit 9870cba

Please sign in to comment.