File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if(AVAHI_CLIENT_LIBRARY)
9
9
set (AVAHI_CLIENT_FOUND TRUE )
10
10
endif ()
11
11
12
- FIND_PACKAGE_HANDLE_STANDARD_ARGS (AVAHI DEFAULT_MSG AVAHI_COMMON_FOUND AVAHI_CLIENT_FOUND )
12
+ FIND_PACKAGE_HANDLE_STANDARD_ARGS (Avahi DEFAULT_MSG AVAHI_COMMON_FOUND AVAHI_CLIENT_FOUND )
13
13
14
14
if (AVAHI_FOUND )
15
15
set (AVAHI_INCLUDE_DIRS ${AVAHI_UI_INCLUDE_DIR} )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ find_library(HAMLIB_LIBRARY
52
52
)
53
53
54
54
include (FindPackageHandleStandardArgs )
55
- find_package_handle_standard_args (HAMLIB
55
+ find_package_handle_standard_args (hamlib
56
56
DEFAULT_MSG
57
57
HAMLIB_LIBRARY
58
58
HAMLIB_INCLUDE_DIR
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ find_path(UDEV_INCLUDE_DIR
65
65
)
66
66
67
67
include (FindPackageHandleStandardArgs )
68
- find_package_handle_standard_args (UDEV
68
+ find_package_handle_standard_args (udev
69
69
DEFAULT_MSG
70
70
UDEV_LIBRARY
71
71
UDEV_INCLUDE_DIR
You can’t perform that action at this time.
0 commit comments