CMake on Mac doesn't work out of the box as it used to

mast4as wrote on Tuesday, December 01, 2015:

I used to compile GLFW on Mac about 1 year ago or more and I was successful in doing so. I just installed CMake then downloaded the source for GLFW, typed CMake . and it worked like a charm.
With the latest versin of CMake (3.+) that doesn’t work like this anymore longer. When I launch cmake it stops right away saying that CMake coudn’t figure out the programming language of the project?
That’s very frustrating as I don’t know what I need to do to make it work (couldn’t find anything on the internet) and I desperately need GLFW for a project.
Any idea? Thanks a lot.