Author :
Adrian Perez
Date :
2018-03-26 16:41:18
Hash :515fc623 Message :Tell CMake to not check for a C++ compiler (#653)
By default CMake checks both for C and C++ compilers, while the latter
is not needed. Setting the list of languages to just "C" in the call to
project() removes the unneeded check.