From 939031c38cde4d377cafec6cdb7eab34bf9467f9 Mon Sep 17 00:00:00 2001 From: Krzysiek Karbowiak Date: Tue, 16 Jan 2024 10:13:31 +0100 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6885a43..1a25daa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ option( COMPILE_WITH_C_LOCALE "define ONLY_C_LOCALE=1" OFF ) option( BUILD_TZ_LIB "build/install of TZ library" OFF ) if( ENABLE_DATE_TESTING AND NOT BUILD_TZ_LIB ) - message(WARNING "Testing requested, bug BUILD_TZ_LIB not ON - forcing the latter") + message(WARNING "Testing requested, but BUILD_TZ_LIB not ON - forcing the latter") set (BUILD_TZ_LIB ON CACHE BOOL "required for testing" FORCE) endif( )