diff --git a/CMakeLists.txt b/CMakeLists.txt index 07ad5a862..d4b1a4d59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -464,7 +464,7 @@ endif() if(VERBOSE_CONFIGURE) if(NOT TINY_IS_MULTI_CONFIG AND NOT CMAKE_BUILD_TYPE STREQUAL "Debug") - message(STATUS "Disabled debug output and assert") + message(STATUS "Disabled debug output and asserts") endif() feature_summary(WHAT ALL)