summaryrefslogtreecommitdiffstats
path: root/cmake/FindYAT.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindYAT.cmake')
-rw-r--r--cmake/FindYAT.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/FindYAT.cmake b/cmake/FindYAT.cmake
deleted file mode 100644
index 0d3ec56..0000000
--- a/cmake/FindYAT.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-
-find_package(PkgConfig)
-pkg_check_modules(YAT yat>=1.7.7)
-
-find_library(YAT_LIB yat ${YAT_LIBRARY_DIRS})