From 5b74bf1bbd4aef9f71ef76b718c79fe7b09bf5f5 Mon Sep 17 00:00:00 2001 From: Madeleine Nilsson Date: Mon, 4 Nov 2024 14:59:46 +0100 Subject: Standardize log message prefix format The reason for this is to keep a consistency through out the project. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d566f1e..5b91d84e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -244,7 +244,7 @@ set(CMAKE_REQUIRED_FLAGS) set(CMAKE_REQUIRED_DEFINITIONS) if(NOT FOUND_LIBJPEG_TURBO) - message(STATUS "WARNING: You are not using libjpeg-turbo. Performance will suffer.") + message(STATUS "Warning: You are not using libjpeg-turbo. Performance will suffer.") endif() option(BUILD_JAVA "Build Java version of the TigerVNC Viewer" FALSE) -- cgit v1.2.3