CMake: fix typo in option description
This commit is contained in:
parent
0dc3c5bf4a
commit
0348af22d9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user