Skip to content

Commit 1265965

Browse files
authored
Merge pull request #8 from CESNET/devel
CMake: add missing variable with build type identification
2 parents fafbf45 + f749cd0 commit 1265965

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)