matheusgomes28/base64pp

Disable test building by default

matheusgomes28 opened this issue ยท 0 comments

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 on BUILD_TESTS
  • Only declare/enable tests if BUILD_TESTS is defined.