I don’t know if the glfw find module that you’ve used works, what was the output of the cmake command?
A common issue with MinGW is that you must use a 32-bit version of GLFW if you are using a 32-bit MinGW, and a 64-bit version if you are using a 64-bit version of MinGW.
Could you check these before we explore other potential issues?