From 8f405f5054986736bb69d7586dd11116be219e6f Mon Sep 17 00:00:00 2001 From: bogdasar1985 <32235645+bogdasar1985@users.noreply.github.com> Date: Tue, 9 Nov 2021 16:11:45 +0500 Subject: [PATCH] Fix a typo (#256) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85151b3..eccf076 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(ftxui VERSION 0.11.1 ) -option(FTXUI_BUILD_DOCS "Set to ON to build tests" ON) +option(FTXUI_BUILD_DOCS "Set to ON to build docs" ON) option(FTXUI_BUILD_EXAMPLES "Set to ON to build examples" ON) option(FTXUI_BUILD_TESTS "Set to ON to build tests" OFF) option(FTXUI_BUILD_TESTS_FUZZER "Set to ON to enable fuzzing" OFF)