summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-08-01 09:43:21 +0800
committerErik Kundiman <erik@megapahit.org>2023-08-01 09:43:21 +0800
commit02090f361e631a014a3e2d35cb25229ad0f0b843 (patch)
treee26ae3b96716bb8af5845f19f30eaebeebd189e3 /indra/llmath
parentfee49238c386e89e2530da86e31ff582337025a7 (diff)
Fix commit 7aa029
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llmath/CMakeLists.txt b/indra/llmath/CMakeLists.txt
index de00843be3..dfd7491790 100644
--- a/indra/llmath/CMakeLists.txt
+++ b/indra/llmath/CMakeLists.txt
@@ -104,8 +104,7 @@ include_directories(${CMAKE_SOURCE_DIR}/llmeshoptimizer)
target_link_libraries(llmath llcommon)
target_include_directories( llmath INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
-if (USESYSTEMLIBS)
- AND CMAKE_CXX_COMPILER_ID MATCHES "GNU")
+if (USESYSTEMLIBS AND CMAKE_CXX_COMPILER_ID MATCHES "GNU")
set_source_files_properties(llcalc.cpp PROPERTIES
COMPILE_FLAGS -Wno-dangling-pointer)
endif ()