vegastrike / Assets-Production

Vega Strike - Upon The Coldest Sea Game Data in Engine-Consumable Form
https://www.vega-strike.org
GNU General Public License v2.0
26 stars 15 forks source link

CMake do not require any compiler #57

Closed susnux closed 3 years ago

susnux commented 3 years ago

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.

susnux commented 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.

stephengtuggy commented 3 years ago

This PR breaks the CodeQL CI job. CodeQL can no longer determine what language(s) the project uses. Is this acceptable?

susnux commented 3 years ago

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.

BenjamenMeyer commented 3 years ago

@susnux please merge in master as the CodeQL stuff has been updated with #68