summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tgl/libevent/cmake/LibeventConfigVersion.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/tgl/libevent/cmake/LibeventConfigVersion.cmake.in')
-rw-r--r--protocols/Telegram/tgl/libevent/cmake/LibeventConfigVersion.cmake.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/protocols/Telegram/tgl/libevent/cmake/LibeventConfigVersion.cmake.in b/protocols/Telegram/tgl/libevent/cmake/LibeventConfigVersion.cmake.in
deleted file mode 100644
index 56371a8fee..0000000000
--- a/protocols/Telegram/tgl/libevent/cmake/LibeventConfigVersion.cmake.in
+++ /dev/null
@@ -1,11 +0,0 @@
-set(PACKAGE_VERSION "@EVENT_PACKAGE_VERSION@")
-
-# Check whether the requested PACKAGE_FIND_VERSION is compatible
-if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
-else()
- set(PACKAGE_VERSION_COMPATIBLE TRUE)
- if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
- set(PACKAGE_VERSION_EXACT TRUE)
- endif()
-endif()