From c88fb94978ba666584243d5999a2c55ea0041309 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 18 Oct 2018 17:31:37 +0200 Subject: FindLibinput: do not set Libinput_VERSION_STRING Libinput_VERSION is enough, this is redundant --- Modules/FindLibinput.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/FindLibinput.cmake b/Modules/FindLibinput.cmake index 1057c91..c1fe455 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() -- cgit v0.12