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 NEED_ASIO is always set #131

Closed ferdnyc closed 3 years ago

ferdnyc commented 3 years ago

Because @NEED_ASIO@ is substituted in generating the CMake Config.cmake file, it should always have a value of either TRUE or FALSE. This PR ensures that it defaults to FALSE.