Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-448: Add cmake options to not build tests and/or executables
This patch adds `PARQUET_BUILD_TESTS` and `PARQUET_BUILD_EXECUTABLES` options. For example: ``` $ cmake -DPARQUET_BUILD_TESTS=OFF -DPARQUET_BUILD_EXECUTABLES=OFF .. ``` This will accelerate builds in 3rd-party use. When the library is more mature we can set the default for `PARQUET_BUILD_TESTS` to `OFF` Author: Wes McKinney <[email protected]> Closes apache#39 from wesm/PARQUET-448 and squashes the following commits: 6bf6a54 [Wes McKinney] Add cmake options to not build tests and/or executables Change-Id: Iff0745b88eed7265b8c4905e7db1e860d21b60ca
- Loading branch information