From 94dbe1a946e9390ab0b6db3f3b07a4258418901c Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 2 Oct 2020 11:29:20 -0500 Subject: [PATCH] More C++ work... --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index bf2fa2ec..6d8b04e7 100644 --- a/Makefile +++ b/Makefile @@ -778,6 +778,9 @@ ENV_SRC = tools/pcommand tools/batools/build.py # # ################################################################################ +# CMake build-type lowercase +CM_BT_LC = $(shell echo $(CMAKE_BUILD_TYPE) | tr A-Z a-z) + # When using CLion, our cmake dir is root. Expose .clang-format there too. ballisticacore-cmake/.clang-format: .clang-format @cd ballisticacore-cmake && ln -sf ../.clang-format .