OpenShot / libopenshot-audio

OpenShot Audio Library (libopenshot-audio) is a free, open-source project that enables high-quality editing and playback of audio, and is based on the amazing JUCE library.
http://www.openshot.org
GNU General Public License v3.0
253 stars 100 forks source link

Ensure we use C++11 to build demo code #120

Closed ferdnyc closed 3 years ago

ferdnyc commented 3 years ago

If the CMake version is old enough (like on Ubuntu's build servers), the C++11 standard level and other compile configuration won't be transitive from the library. (It is, in all recent CMake releases.)