From 4416db9a261443f48034a1c0a2457510cffd05b0 Mon Sep 17 00:00:00 2001
From: Nicky <nicky.dasmijn@gmail.com>
Date: Mon, 18 Apr 2022 03:08:46 +0200
Subject: Remvoe -D that had been passed in front of each entry of
 add_compile_definitions, this lead to '-D-D<value>'

---
 indra/cmake/00-Common.cmake | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'indra/cmake')

diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake
index 25ab731842..7be5e7b0a0 100644
--- a/indra/cmake/00-Common.cmake
+++ b/indra/cmake/00-Common.cmake
@@ -114,11 +114,11 @@ if (LINUX)
   set(CMAKE_SKIP_RPATH TRUE)
 
   add_compile_definitions(
-          -D_REENTRANT
-          -D_FORTIFY_SOURCE=2
-          -DEXTERNAL_TOS
-          -DAPPID=secondlife
-          -DLL_IGNORE_SIGCHLD
+          _REENTRANT
+          _FORTIFY_SOURCE=2
+          EXTERNAL_TOS
+          APPID=secondlife
+          LL_IGNORE_SIGCHLD
   )
   add_compile_options(
           -fexceptions
-- 
cgit v1.2.3