Skip to content

Commit

Permalink
Merge pull request #8 from CESNET/devel
Browse files Browse the repository at this point in the history
CMake: add missing variable with build type identification
  • Loading branch information
Lukas955 authored Dec 31, 2019
2 parents fafbf45 + f749cd0 commit 1265965
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 1265965

Please sign in to comment.