GuillaumeDua / GCL_CPP

Makes my C++ projects easier and faster to develop
Apache License 2.0
10 stars 2 forks source link

[REQUEST] CMake option to enable/disable compile-time tests #35

Closed GuillaumeDua closed 3 years ago

GuillaumeDua commented 3 years ago

Scope

Description

Part of #24

In order to decrease compilation time of external project that DEPENDS ON gcl,
create a CMake option to enable/disable compile-time tests

The CI MUST keep testing at compile-time.

Details

CMake option like GCL_ENABLE_COMPILE_TIME_TESTS:BOOL

[optional] Expected behavior

GuillaumeDua commented 3 years ago

Implemented in https://github.com/GuillaumeDua/GCL_CPP/commit/36f2faa655af0e598a5eb994d1ad4f9b8914e7e4