JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

[Bug]: JUCEConfig.cmake references VST3_HELPER.cmake in cases when VST3 support isn't installed

Open yurivict opened this issue 10 months ago • 0 comments
trafficstars

Detailed steps on how to reproduce the bug

/usr/local/lib/cmake/JUCE-8.0.6/JUCEConfig.cmake has this line in it:

include("${CMAKE_CURRENT_LIST_DIR}/VST3_HELPER.cmake")

This breaks consumers because VST3_HELPER.cmake isn't installed.

What is the expected behaviour?

n/a

Operating systems

Other

What versions of the operating systems?

Version: 8.0.6 FreeBSD 14.2

Architectures

x86_64

Stacktrace


Plug-in formats (if applicable)

VST3

Plug-in host applications (DAWs) (if applicable)

No response

Testing on the develop branch

The bug is present on the develop branch

Code of Conduct

  • [x] I agree to follow the Code of Conduct

yurivict avatar Jan 16 '25 20:01 yurivict