1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

CMake: Only enable AUv3 builds under the Xcode generator

This commit is contained in:
reuk 2020-11-23 19:30:52 +00:00
parent 0341f4d24e
commit d173a3d330

View file

@ -328,7 +328,7 @@ endfunction()
function(_juce_get_platform_plugin_kinds out)
set(result Standalone)
if(APPLE)
if(APPLE AND (CMAKE_GENERATOR STREQUAL "Xcode"))
list(APPEND result AUv3)
endif()