To minimize the chance for variable name clashes in sub-project builds (e.g. via FetchContent), it would be useful to scope CMake configure variables and options to be scoped to the project. For example
WITH_API -> S_DFTD3_WITH_API
WITH_TESTS -> S_DFTD3_WITH_TESTS
etc
To minimize the chance for variable name clashes in sub-project builds (e.g. via
FetchContent), it would be useful to scope CMake configure variables and options to be scoped to the project. For exampleetc