libchewing icon indicating copy to clipboard operation
libchewing copied to clipboard

CMake should not check CXX compilers

Open kanru opened this issue 1 year ago • 0 comments

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.

kanru avatar Jan 28 '24 16:01 kanru