79718248

Date: 2025-07-29 07:27:13
Score: 0.5
Natty:
Report link

I had a very similar issue, which came from the language C not being defined in my CMakeLists.txt and therefore the glad.c being ignored.

project(blah
    VERSION 0.0.1
    LANGUAGES C CXX 
#             ^ This was missing
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: freakinpenguin