Closed sudara closed 1 month ago
Something recent in JUCE 8.0.2 now requires LANGUAGES C in the CMake to be set, not just CXX
LANGUAGES C
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.
Something recent in JUCE 8.0.2 now requires
LANGUAGES C
in the CMake to be set, not justCXX
Without this change, the following error occurs:
Add nightlies to catch issues on JUCE develop
Note: This won't go green on JUCE 8 until #124 is merged.