diff options
author | Frederik Gladhorn <frederik.gladhorn@qt.io> | 2018-10-18 15:31:37 (GMT) |
---|---|---|
committer | Frederik Gladhorn <gladhorn@kde.org> | 2018-10-18 18:30:32 (GMT) |
commit | c88fb94978ba666584243d5999a2c55ea0041309 (patch) | |
tree | 88ea0484de6d6d7ff40dca69d80996ab64251abd /Modules | |
parent | 1771ec85b6475c10566026ad7813eb74f732d507 (diff) | |
download | CMake-c88fb94978ba666584243d5999a2c55ea0041309.zip CMake-c88fb94978ba666584243d5999a2c55ea0041309.tar.gz CMake-c88fb94978ba666584243d5999a2c55ea0041309.tar.bz2 |
FindLibinput: do not set Libinput_VERSION_STRING
Libinput_VERSION is enough, this is redundant
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindLibinput.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
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() |