From 0348af22d9d913c7ba5102c4dbda7dff3d04d9bd Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 17 Feb 2024 15:46:58 +0100 Subject: [PATCH] CMake: fix typo in option description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ec453680..8806bd588 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ option(INSTALL_COMPLETION "Install shell completions" OFF) option(INSTALL_CONFIG "Install configuration files" OFF) # When adding WITH_* that affects the ABI offered by libcalamares, # also update libcalamares/CalamaresConfig.h.in -option(WITH_PYBIND11 "Use bundled pybind11 instead o Boost::Python" ON) +option(WITH_PYBIND11 "Use bundled pybind11 instead of Boost::Python" ON) option(WITH_PYTHON "Enable Python modules API." ON) option(WITH_QML "Enable QML UI options." ON) option(WITH_QT6 "Use Qt6 instead of Qt5" OFF)