aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindLibTermkey.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindLibTermkey.cmake')
-rw-r--r--cmake/FindLibTermkey.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/FindLibTermkey.cmake b/cmake/FindLibTermkey.cmake
deleted file mode 100644
index 368cd21354..0000000000
--- a/cmake/FindLibTermkey.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-find_path(LIBTERMKEY_INCLUDE_DIR termkey.h)
-find_library(LIBTERMKEY_LIBRARY NAMES termkey)
-find_package_handle_standard_args(LibTermkey DEFAULT_MSG
- LIBTERMKEY_LIBRARY LIBTERMKEY_INCLUDE_DIR)
-mark_as_advanced(LIBTERMKEY_INCLUDE_DIR LIBTERMKEY_LIBRARY)