FindLibinput: do not set Libinput_VERSION_STRING

Libinput_VERSION is enough, this is redundant
This commit is contained in:
Frederik Gladhorn
2018-10-18 17:31:37 +02:00
committed by Frederik Gladhorn
parent 1771ec85b6
commit c88fb94978

View File

@@ -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()