summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54a12f13..2b2e9f99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -334,7 +334,7 @@ if(SDK_ENABLE_LIBEVDEV)
opentrack_library(opentrack-proto-libevdev)
pkg_check_modules(libevdev REQUIRED QUIET libevdev)
include_directories(${libevdev_INCLUDE_DIRS})
- target_link_libraries(opentrack-proto-libevdev ${libevdev-LIBRARIES})
+ target_link_libraries(opentrack-proto-libevdev ${libevdev_LIBRARIES})
endif()
if(SDK_FSUIPC)