diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-04 18:55:17 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2024-03-08 14:50:56 +0300 |
| commit | e93b93ea3292776cec071fc768ef10d3084ab56c (patch) | |
| tree | de025057999bc9620d02718faa1a03eadd8da295 | |
| parent | 19b0bae5b25323eff90e1fb6f049058ad697c705 (diff) | |
| download | tqt-e93b93ea3292776cec071fc768ef10d3084ab56c.tar.gz tqt-e93b93ea3292776cec071fc768ef10d3084ab56c.zip | |
[minor]cmake: fix a typo
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 82cfe3a4e..59fa0906e 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} ) |
