asb2m10 / dexed

DX7 FM multi plaform/multi format plugin
GNU General Public License v3.0
2.8k stars 241 forks source link

Fix a Windows CLAP linker error #354

Closed baconpaul closed 2 years ago

baconpaul commented 2 years ago

Since JUCE and CLAP were included in CMake before the MSVC Runtime was picked, the CLAP CMake picked the system default which in some build configurations would lead to a conflict at link time.

Fix this by simply moving the include of JUCE and JUCE CLap Extensions to after the set up of architecture, runtime, etc...

baconpaul commented 2 years ago

Heya sorry this cleans up a build problem i ran into on windows. Apologies for the double pull request.