Remove C language declaration in CMakeLists.txt
Currently the CMake config for GWOLLUM declares that it includes both C and C++ code:
project(
GWOLLUM
LANGUAGES C CXX
...
Can the C
declaration be removed? I can't see any actual C sources in the project.