Skip to content

Commit eea7e38

Browse files
committed
fixed #16 [skip ci]
1 parent b53aec0 commit eea7e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
function(verbose_message content)
66
if(${PROJECT_NAME}_VERBOSE_OUTPUT)
7-
message(VERBOSE ${content})
7+
message(STATUS ${content})
88
endif()
99
endfunction()
1010

0 commit comments

Comments
 (0)