From ab1dc3a5eb0de594d993275ea5394dd7fceef4dc Mon Sep 17 00:00:00 2001 From: Olivier Le Doeuff Date: Fri, 26 Jan 2024 11:02:16 +0100 Subject: [PATCH] Fix description Co-authored-by: Gerhard Olsson <6248932+gerhardol@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 900bf9e..be0acc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ option( ENABLE_DATE_TESTING "Enable unit tests" OFF ) option( DISABLE_STRING_VIEW "Disable string view" OFF ) option( COMPILE_WITH_C_LOCALE "define ONLY_C_LOCALE=1" OFF ) option( BUILD_TZ_LIB "build/install of TZ library" OFF ) -option( ENABLE_DATE_INSTALL "Enable unit tests" ON ) +option( ENABLE_DATE_INSTALL "Enable install" ON ) if( ENABLE_DATE_TESTING AND NOT BUILD_TZ_LIB ) message(WARNING "Testing requested, but BUILD_TZ_LIB not ON - forcing the latter")