From 66d0bf3c62aac6c83cea3866e06b1106f3984178 Mon Sep 17 00:00:00 2001 From: Dean Howarth <2357719+cpviolator@users.noreply.github.com> Date: Sat, 30 Oct 2021 20:09:08 -0700 Subject: [PATCH] Update CMakeLists.txt Typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e543fb3..703f51e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ if( QIO_ENABLE_QMP_ROUTE ) endif() if( QIO_ENABLE_OUTPUT_BUFFERING ) - message(STATUS "Enaling QIO Output Buffering") + message(STATUS "Enabling QIO Output Buffering") set(QIO_OUTPUT_BUFFERING "1") endif()