Skip to content

Commit

Permalink
iiopp: added toggle_iio_feature for C++ bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Tilman Blumhagen <[email protected]>
  • Loading branch information
sternmull authored and pcercuei committed May 24, 2023
1 parent e895436 commit 43f03ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ toggle_iio_feature("${WITH_TESTS}" utils)
toggle_iio_feature("${WITH_EXAMPLES}" examples)
toggle_iio_feature("${WITH_IIOD}" iiod)
toggle_iio_feature("${INSTALL_UDEV_RULE}" udev-rule)
toggle_iio_feature("${CPP_BINDINGS}" "c++-bindings")
#add iiod settings
list(APPEND IIO_FEATURES_ON ${IIOD_FEATURES_ON})
list(APPEND IIO_FEATURES_OFF ${IIOD_FEATURES_OFF})
Expand Down

0 comments on commit 43f03ac

Please sign in to comment.