From f80725f9ec920bbb01a01cfc9ecf518e800271cd Mon Sep 17 00:00:00 2001 From: Mic Bowman Date: Fri, 24 May 2024 13:42:42 -0600 Subject: [PATCH] export CMAKE_ARGS Signed-off-by: Mic Bowman --- build/__tools__/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/__tools__/build.sh b/build/__tools__/build.sh index 57207450..72dea721 100755 --- a/build/__tools__/build.sh +++ b/build/__tools__/build.sh @@ -67,6 +67,10 @@ else CMAKE_ARGS+=" -DCMAKE_BUILD_TYPE=Debug" fi +# We need to export CMAKE_ARGS so that the Makefiles that call +# cmake (e.g. pservice and eservice) will pick up these definitions +export CMAKE_ARGS + # ----------------------------------------------------------------- # BUILD # -----------------------------------------------------------------