You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile on Raspberry Pi 4, and cmake fails with:
CMake Error at libs/clap-juce-extensions/clap-libs/clap-helpers/CMakeLists.txt:8 (set_target_properties):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "POSITION_INDEPENDENT_CODE" is not allowed.
CMake Error at libs/clap-juce-extensions/clap-libs/clap-helpers/CMakeLists.txt:8 (set_target_properties):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "CXX_STANDARD" is not allowed.
CMake Error at libs/clap-juce-extensions/CMakeLists.txt:35 (add_library):
add_library INTERFACE library requires no source arguments.
CMake Error at libs/clap-juce-extensions/CMakeLists.txt:39 (target_include_directories):
Cannot specify include directories for target "clap_juce_sources" which is
not built by this project.
-- Configuring juceaide
-- Building juceaide
-- Exporting juceaide
-- Creating CLAP Odin2_CLAP from Odin2
CMake Error at libs/clap-juce-extensions/CMakeLists.txt:67 (get_property):
get_property could not find TARGET clap_juce_sources. Perhaps it has not
yet been created.
Call Stack (most recent call first):
CMakeLists.txt:54 (clap_juce_extensions_plugin)
== Building for Linux
== Building configuration Release
-- Configuring incomplete, errors occurred!
Don't want CLAP part, rather have a LV2 plugging for Carla, and maybe a standalone. Not sure how to pass options to cmake for that.
The text was updated successfully, but these errors were encountered:
Trying to compile on Raspberry Pi 4, and cmake fails with:
Don't want CLAP part, rather have a LV2 plugging for Carla, and maybe a standalone. Not sure how to pass options to cmake for that.
The text was updated successfully, but these errors were encountered: