DLA-Future
DLA-Future copied to clipboard
GTest library is always fetched even if it is not used
GTest source code is always fetched during CMake configure step, no matter if it is going to be used or not.
It may be a better choice to just fetch it in case of need, i.e. when DLAF_WITH_TEST=ON