Skip to content

Commit 813549f

Browse files
Clarify message to say how to turn off udev rules
1 parent 9cea2fb commit 813549f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/libhackrf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ if(SYSTEM_IS_LINUX)
124124
${CMAKE_CURRENT_BINARY_DIR}/53-hackrf.rules
125125
@ONLY
126126
)
127-
message(STATUS "HackRF udev rules will be installed to '${UDEV_RULES_PATH}' upon running 'make install'")
127+
message(STATUS "HackRF udev rules will be installed to '${UDEV_RULES_PATH}' upon running 'make install'. To suppress this, pass -DINSTALL_UDEV_RULES=FALSE to cmake.")
128128
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/53-hackrf.rules
129129
DESTINATION ${UDEV_RULES_PATH}
130130
COMPONENT "udev_rules")

0 commit comments

Comments
 (0)