Disable test building by default
matheusgomes28 opened this issue ยท 0 comments
matheusgomes28 commented
In order to improve the build times in the pipeline, removing some of the need for conan
installation could reduce the Windows build times by minutes.
Proposal ๐
- Add the
BUILD_TESTS
option to CMake - Guard the calls to
find_package(GTest ...)
with checks onBUILD_TESTS
- Only declare/enable tests if
BUILD_TESTS
is defined.