Private
Public Access
2
0

CMakeLists.txt: Fix option string error

Inferred desired behavior from conditional add_subdirectory code at 8b1c54934e/CMakeLists.txt (L224-L226)

Signed-off-by: Hsuan-Ting Lu <hsuan.ting.lu@nyu.edu>
This commit is contained in:
Hsuan-Ting Lu
2023-01-17 23:06:23 -05:00
committed by Tom Ingleby
parent 0df2e0f417
commit 200c0a0491

View File

@@ -160,7 +160,7 @@ option (ONEWIRE "Add Onewire support to mraa." ON)
option (JSONPLAT "Add Platform loading via a json file." ON) option (JSONPLAT "Add Platform loading via a json file." ON)
option (IMRAA "Add Imraa support to mraa." OFF) option (IMRAA "Add Imraa support to mraa." OFF)
option (FTDI4222 "Build with FTDI FT4222 subplatform support." OFF) option (FTDI4222 "Build with FTDI FT4222 subplatform support." OFF)
option (ENABLEEXAMPLES "Disable building of examples" ON) option (ENABLEEXAMPLES "Enable building of examples" ON)
option (INSTALLTOOLS "Install all tools" ON) option (INSTALLTOOLS "Install all tools" ON)
option (BUILDTESTS "Override the addition of tests" ON) option (BUILDTESTS "Override the addition of tests" ON)
option (USEPYTHON3TESTS "Force tests to run with python3" OFF) option (USEPYTHON3TESTS "Force tests to run with python3" OFF)