Skip to content

Commit

Permalink
export CMAKE_ARGS
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed May 24, 2024
1 parent 244734a commit f80725f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/__tools__/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -----------------------------------------------------------------
Expand Down

0 comments on commit f80725f

Please sign in to comment.