diff options
Diffstat (limited to 'proto-libevdev')
-rw-r--r-- | proto-libevdev/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto-libevdev/CMakeLists.txt b/proto-libevdev/CMakeLists.txt index d6cd4560..412cca43 100644 --- a/proto-libevdev/CMakeLists.txt +++ b/proto-libevdev/CMakeLists.txt @@ -1,5 +1,4 @@ if(LINUX) - include(FindPkgConfig) pkg_check_modules(libevdev QUIET libevdev) if(libevdev_FOUND) otr_module(proto-libevdev) |