Skip to content

Commit

Permalink
Fix help string for SRF_BUILD_DOCS (nv-morpheus#202)
Browse files Browse the repository at this point in the history
Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Ryan Olson (https://github.com/ryanolson)

URL: nv-morpheus#202
  • Loading branch information
dagardner-nv authored Oct 31, 2022
1 parent a889138 commit 827ff38
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 @@ -23,7 +23,7 @@ list(APPEND CMAKE_MESSAGE_CONTEXT "srf")
# Options of the form: SRF_USE_XXX, enable linting or alter the environment and are OFF by default
option(BUILD_SHARED_LIBS "Default value for whether or not to build shared or static libraries" ON)
option(SRF_BUILD_BENCHMARKS "Whether or not to build SRF benchmarks" OFF)
option(SRF_BUILD_DOCS "Enable building the python bindings for Srf" OFF)
option(SRF_BUILD_DOCS "Enable building of API documentation" OFF)
option(SRF_BUILD_LIBRARY "Whether the entire SRF library should be built. If set to OFF, only the pieces needed for a target will be built. Set to ON if installing the library" ON)
option(SRF_BUILD_PYTHON "Enable building the python bindings for Srf" ON)
option(SRF_BUILD_TESTS "Whether or not to build SRF tests" ON)
Expand Down

0 comments on commit 827ff38

Please sign in to comment.