Closed susnux closed 3 years ago
We need more information about the files under
programs
before approving this.
That are just glshaders and should neither need a C/C++ compiler. Also currently CMake does nothing then installing, so no need for compiler requirement.
This PR breaks the CodeQL CI job. CodeQL can no longer determine what language(s) the project uses. Is this acceptable?
This PR breaks the CodeQL CI job. CodeQL can no longer determine what language(s) the project uses. Is this acceptable?
You can set the language manually for CodeQL in the codeql.yml
file. Then it should work again.
@susnux please merge in master as the CodeQL stuff has been updated with #68
Set project language to NONE to disable CMake compiler check
There is nothing to compile here, so there is no need for a C and a C++ compiler.