example off default
This commit is contained in:
parent
ee8633dfee
commit
185877b426
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ option(BUILD_SHARED_LIBS "Build shared instead of static libraries."
|
|||
option(OPTION_SELF_CONTAINED "Create a self-contained install with all dependencies." OFF)
|
||||
option(OPTION_BUILD_TESTS "Build tests." ON)
|
||||
option(OPTION_BUILD_DOCS "Build documentation." OFF)
|
||||
option(OPTION_BUILD_EXAMPLES "Build examples." ON)
|
||||
option(OPTION_BUILD_EXAMPLES "Build examples." OFF)
|
||||
option(OPTION_ENABLE_COVERAGE "Add coverage information." OFF)
|
||||
|
||||
# Get git revision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue