From e93b93ea3292776cec071fc768ef10d3084ab56c Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Mon, 4 Mar 2024 18:55:17 +0300 Subject: [PATCH] [minor]cmake: fix a typo Signed-off-by: Alexander Golubev --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82cfe3a4..59fa0906 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ option( WITH_TQTGIF "Enable TQT gif support" ${WITH_ALL ##### user requested build -set( TQT_CONFIG "full-config" CACHE STRING "Enable tqt fonctionalities" ) #choices: minimal-config|small-config|medium-config|large-config|full-config +set( TQT_CONFIG "full-config" CACHE STRING "Enable tqt functionalities" ) #choices: minimal-config|small-config|medium-config|large-config|full-config option( BUILD_ALL "Build all" ON ) option( BUILD_LIB "Build the tqt library itself" ${BUILD_ALL} )