Skip to content

Commit

Permalink
CMake: add missing variable with build type identification
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas955 committed Dec 31, 2019
1 parent ac921e0 commit f749cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ endif()

# ------------------------------------------------------------------------------
# Status messages
string(TOUPPER ${CMAKE_BUILD_TYPE} BUILD_TYPE_UPPER)
MESSAGE(STATUS
"\n\n"
"libfds version...: ${LIBFDS_VERSION}\n"
Expand Down

0 comments on commit f749cd0

Please sign in to comment.