Skip to content

Commit d62bc62

Browse files
rgetzpcercuei
authored andcommitted
Make sure we print out LOG_LEVEL during Cmake
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>
1 parent 169172f commit d62bc62

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
@@ -712,3 +712,4 @@ string(REPLACE ";" " " IIO_FEATURES_OFF "${IIO_FEATURES_OFF}")
712712

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

0 commit comments

Comments
 (0)