diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-09-15 14:34:03 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-09-15 14:34:03 +0800 |
commit | 1a4bf7a6756f2fcf7ad66cc7d7da53def6b91b99 (patch) | |
tree | 9f78bd37966b7979ff56334940a854533bc9cb18 /indra/llcommon | |
parent | a6239b79ef4af63767e048f348919f84ad348c31 (diff) | |
parent | 0147f812a54531242bfb3069ce85dcbc86f12947 (diff) |
Merge branch 'main' into DRTVWR-559
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 4b51790140..45b1bcb932 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -299,7 +299,7 @@ else () PROPERTIES COMPILE_FLAGS -Wno-stringop-truncation) set_source_files_properties(llevent.cpp PROPERTIES COMPILE_FLAGS -Wno-nonnull) - elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang") + elseif (LINUX AND CMAKE_CXX_COMPILER_ID MATCHES "Clang") set_source_files_properties(llsys.cpp PROPERTIES COMPILE_FLAGS -Wno-unused-but-set-variable) endif() |