Fix T58088: OpenSubdiv not enabled by default in macOS builds.

This commit is contained in:
Brecht Van Lommel
2018-11-27 14:40:25 +01:00
parent a80ddb7f9a
commit b71006ceed
3 changed files with 2 additions and 7 deletions

View File

@@ -184,7 +184,6 @@ elseif(WIN32)
set(_init_JACK OFF)
elseif(APPLE)
set(_init_JACK OFF)
set(_init_OPENSUBDIV OFF)
endif()