Skip to content

Commit

Permalink
Make sure we print out LOG_LEVEL during Cmake
Browse files Browse the repository at this point in the history
print out the LOG_LEVEL, so you don't need to search in the source to
find it.

Signed-off-by: Robin Getz <rgetz@mathworks.com>
  • Loading branch information
rgetz authored and pcercuei committed Aug 4, 2023
1 parent 169172f commit d62bc62
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 @@ -712,3 +712,4 @@ string(REPLACE ";" " " IIO_FEATURES_OFF "${IIO_FEATURES_OFF}")

message(STATUS "Features enabled : ${IIO_FEATURES_ON}")
message(STATUS "Features disabled: ${IIO_FEATURES_OFF}")
message(STATUS "LOG_LEVEL set to \"${LOG_LEVEL}\"")

0 comments on commit d62bc62

Please sign in to comment.