Skip to content

Commit

Permalink
CMakeLists.txt: Fix option string error
Browse files Browse the repository at this point in the history
Inferred desired behavior from conditional add_subdirectory code at https://github.com/eclipse/mraa/blob/8b1c54934e80edc2d36abac9d9c96fe1e01cb669/CMakeLists.txt#L224-L226

Signed-off-by: Hsuan-Ting Lu <hsuan.ting.lu@nyu.edu>
  • Loading branch information
moshiba authored and tingleby committed Sep 21, 2023
1 parent 0df2e0f commit 200c0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ option (ONEWIRE "Add Onewire support to mraa." ON)
option (JSONPLAT "Add Platform loading via a json file." ON)
option (IMRAA "Add Imraa support to mraa." 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 (BUILDTESTS "Override the addition of tests" ON)
option (USEPYTHON3TESTS "Force tests to run with python3" OFF)
Expand Down

0 comments on commit 200c0a0

Please sign in to comment.