sudara / melatonin_inspector

A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
MIT License
145 stars 17 forks source link

Fix LANGUAGES C issue and run nightlies #125

Closed sudara closed 1 week ago

sudara commented 1 week ago

Something recent in JUCE 8.0.2 now requires LANGUAGES C in the CMake to be set, not just CXX

Without this change, the following error occurs:

CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_C_COMPILE_OBJECT

Add nightlies to catch issues on JUCE develop

Note: This won't go green on JUCE 8 until #124 is merged.