fix(cmake): Font not found message
This commit is contained in:
parent
9cafc50012
commit
8147e2a511
@ -198,7 +198,7 @@ function(font_query output_variable fontname)
|
|||||||
set(output_variable "${output_variable}" PARENT_SCOPE)
|
set(output_variable "${output_variable}" PARENT_SCOPE)
|
||||||
message(STATUS "Found font: ${output_variable}")
|
message(STATUS "Found font: ${output_variable}")
|
||||||
else()
|
else()
|
||||||
message_colored(WARNING "Font not found: ${fontname}" "33;1")
|
message_colored(STATUS "Font not found: ${fontname}" "33;1")
|
||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user