Skip to content
Snippets Groups Projects
Commit c88fb949 authored by Frederik Gladhorn's avatar Frederik Gladhorn Committed by Frederik Gladhorn
Browse files

FindLibinput: do not set Libinput_VERSION_STRING

Libinput_VERSION is enough, this is redundant
parent 1771ec85
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment