quicky2000 / tartini

A trial to make Tartini (The real time music analysis tool ) to evolve. Original code is located in http://miracle.otago.ac.nz/tartini/download.html
Other
8 stars 4 forks source link

Suppress warnings about Open GL being deprecated #120

Closed mself closed 4 years ago

mself commented 4 years ago

Apple deprecated OpenGL entirely in macOS 10.14, but they still support OpenGL 4.1 (at least through macOS 10.15).

So there is no point in upgrading to a newer version of OpenGL (at least not for the Mac).

quicky2000 commented 4 years ago

I replicate the flag for CMake, thanks

quicky2000 commented 4 years ago

It seems warnings are still there on Travis MacOs