summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-05-21 14:13:11 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-05-21 14:13:11 -0400
commit170d5201ff97b4110fa9cc2a9a80234de53e12d8 (patch)
treed0a66d2f2ca68b39a17c956823d9b5f7f9f7be0b
parent6f878571ec65d15f9e06af39375cc0251e4d1e2d (diff)
SL-821: Need -fcxx-modules for C++ module support, vs. classic C.
-rw-r--r--indra/newview/CMakeLists.txt2
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)