We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcl
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.
CMake option like GCL_ENABLE_COMPILE_TIME_TESTS:BOOL
GCL_ENABLE_COMPILE_TIME_TESTS:BOOL
The text was updated successfully, but these errors were encountered:
[codebase] : #35 : CMake option to enable/disable compile-time tests
36f2faa
Implemented in 36f2faa
Sorry, something went wrong.
6c3841e
40534da
GuillaumeDua
No branches or pull requests
Scope
gcl
componentDescription
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
The text was updated successfully, but these errors were encountered: