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.
parent
2c034825
Please register or sign in to comment