mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
option OFF by default for building test executable
It seems better to leave the option OFF by default for building test executable
This commit is contained in:
parent
fbae8cd6c1
commit
707abfb941
|
@ -27,7 +27,7 @@ endif()
|
|||
|
||||
|
||||
# Optional components
|
||||
option(TESTS "Set to OFF to skip building test executable (in ./tests)" ON)
|
||||
option(TESTS "Set to ON to build test executable (in ./tests)" OFF)
|
||||
option(SAMPLES "Set to ON to build executable code samples (in ./samples)" OFF)
|
||||
option(BENCHMARKS "Set to ON to build performance benchmarks (in ./benchmarks)" OFF)
|
||||
option(PYTHON "Set to ON to build Arrow conversion functions (in ./python)" OFF)
|
||||
|
|
Loading…
Reference in New Issue
Block a user