From f749cd0e41962a297cf7384d46367c066cea88db Mon Sep 17 00:00:00 2001 From: Lukas Hutak Date: Tue, 31 Dec 2019 17:30:52 +0100 Subject: [PATCH] CMake: add missing variable with build type identification --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a141b59..5ca45f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,6 +99,7 @@ endif() # ------------------------------------------------------------------------------ # Status messages +string(TOUPPER ${CMAKE_BUILD_TYPE} BUILD_TYPE_UPPER) MESSAGE(STATUS "\n\n" "libfds version...: ${LIBFDS_VERSION}\n"