Skip to content

Commit

Permalink
cmake: tell people if we are/are not install udev rules
Browse files Browse the repository at this point in the history
we currently don't tell people if we are or aren't installing udev
rules (which I think is an oversight). So do that.

Signed-off-by: Robin Getz <rgetz@mathworks.com>
  • Loading branch information
rgetz authored and pcercuei committed May 3, 2023
1 parent f1fd3ce commit b36b19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -671,6 +671,7 @@ toggle_iio_feature("${WITH_USB_BACKEND}" usb)
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)
#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 b36b19d

Please sign in to comment.