option OFF by default for building test executable

It seems better to leave the option OFF by default for building test executable
pull/659/head
Teebonne 2022-08-30 00:45:23 +01:00 committed by GitHub
parent fbae8cd6c1
commit 707abfb941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)