Skip to content

Commit f749cd0

Browse files
committed
CMake: add missing variable with build type identification
1 parent ac921e0 commit f749cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ endif()
9999

100100
# ------------------------------------------------------------------------------
101101
# Status messages
102+
string(TOUPPER ${CMAKE_BUILD_TYPE} BUILD_TYPE_UPPER)
102103
MESSAGE(STATUS
103104
"\n\n"
104105
"libfds version...: ${LIBFDS_VERSION}\n"

0 commit comments

Comments
 (0)