CMake `option()` should be used only for `bool` variables. Use `set` instead ```cmake set(<variable> <value> [[CACHE <type> <docstring> [FORCE]] | PARENT_SCOPE]) ```
CMake
option()should be used only forboolvariables. Usesetinstead