Fix a typo (#256)

This commit is contained in:
bogdasar1985
2021-11-09 16:11:45 +05:00
committed by GitHub
parent 8652280c85
commit 8f405f5054

View File

@@ -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)