summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Modules/FindLibinput.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/FindLibinput.cmake b/Modules/FindLibinput.cmake
index 1057c91bf6..c1fe45562e 100644
--- a/Modules/FindLibinput.cmake
+++ b/Modules/FindLibinput.cmake
@@ -79,5 +79,4 @@ mark_as_advanced(Libinput_LIBRARY Libinput_INCLUDE_DIR)
if(Libinput_FOUND)
set(Libinput_LIBRARIES ${Libinput_LIBRARY})
set(Libinput_INCLUDE_DIRS ${Libinput_INCLUDE_DIR})
- set(Libinput_VERSION_STRING ${Libinput_VERSION})
endif()