diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-05-21 14:13:11 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-05-21 14:13:11 -0400 |
commit | 170d5201ff97b4110fa9cc2a9a80234de53e12d8 (patch) | |
tree | d0a66d2f2ca68b39a17c956823d9b5f7f9f7be0b | |
parent | 6f878571ec65d15f9e06af39375cc0251e4d1e2d (diff) |
SL-821: Need -fcxx-modules for C++ module support, vs. classic C.
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 3501fdf800..7638a74bc1 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1361,7 +1361,7 @@ if (DARWIN) llappdelegate-objc.mm PROPERTIES COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" - COMPILE_FLAGS "-fmodules" + COMPILE_FLAGS "-fmodules -fcxx-modules" ) find_library(AGL_LIBRARY AGL) |