libchewing
libchewing copied to clipboard
CMake should not check CXX compilers
Currently if CXX is set to some value then CMake will attempt to check it. If the C++ compiler is not actually installed then configure will fail.
We can set project LANGUAGES to C to avoid the CXX check.