* Disable return-type-c-linkage warning on Clang. This is emitted by the compiler when it can't tell if the incomplete type being returned is a C++ type, which might not have a C-compatible layout. In `taskchampion.h`, the types are not C++ types so this is not an issue and the warning is unnecessary. * Use an if instead Fancy generator expressions appear to not work. * Try some different CMake syntax
7.4 KiB
7.4 KiB