diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index d28791485c8c3ec0d4a991f5dc3d8976077a83d0..3501fdf8007b51f4fc2d050fe79b61061cb49398 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1361,6 +1361,7 @@ if (DARWIN) llappdelegate-objc.mm PROPERTIES COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" + COMPILE_FLAGS "-fmodules" ) find_library(AGL_LIBRARY AGL)