summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-11 14:00:30 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-11 13:20:45 +0000
commit5716bcf6f7605827a23c7a71b281abe5974506d1 (patch)
tree59c9b43faee7bb8fdf3c7c85f0c68f09d0b6cfc0 /cmake
parent3e784f2be02ca868999597647ea9f6c2f1c36193 (diff)
cmake: we need to find for libudev not udev
Change-Id: I36bac8c01d8de2b151c3d4d89607d26ac8add3d2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindLibudev.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindLibudev.cmake b/cmake/FindLibudev.cmake
index a36c81ff4a..7eeb800e09 100644
--- a/cmake/FindLibudev.cmake
+++ b/cmake/FindLibudev.cmake
@@ -1,3 +1,3 @@
find_package(PkgConfig)
-pkg_check_modules(Libudev udev IMPORTED_TARGET)
+pkg_check_modules(Libudev libudev IMPORTED_TARGET)