-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off clap with older cmakes #5862
Comments
did you submodule update before you built? |
many times, will git clone anew |
OK can you try a fresh clone first? Also a but if you |
new clone, same error
etc... |
|
wow OK and just for completeness, what are the build commands you are using? I'll take a look. |
apologies... here's the whole thing...
|
huh ok i just did that at head and had no problem |
yeah this is almost def a cmake 18 vs 22 thing. i will try and downgrade and fix it. but thos property interface errors (which are the real cause) aren't even in my build. |
OK do me a favor find these lines in libs/clap-juce-extensions/clap-libs/clap-helpers/CMakeLists.txt
and change them to be
that is remove the property set altogether. Then try a clean build. If that works I can get it fixed up. |
(probably) |
One solution here, by the way, mnight just be to require cmake 3.22 for surge |
actually @tank-trax can you try pulling a more recent cmake and see if htat fixes it? the restructuring is rather painful if that's just the one difference. |
it worked using cmake-3.22.2 |
Cool. I’m gonna reopen this issue and hijack it to remember to disable clap with cm < 322 |
- Use the correct PRODUCT_NAME in the pluginval. Closes surge-synthesizer#5834 - Conditionally deactivate CLAP builds for cmake versions less than 3.21. Closes surge-synthesizer#5862
commit 5f265e
CMakeError.log
CMakeOutput.log
The text was updated successfully, but these errors were encountered: