summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/CMakeLists.txt')
-rw-r--r--src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/CMakeLists.txt b/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/CMakeLists.txt
deleted file mode 100644
index 9026be83b..000000000
--- a/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# getopt is required by mmdblookup which is not available by default on Windows
-if(NOT WIN32)
- add_executable(mmdblookup
- mmdblookup.c
- )
-
- target_link_libraries(mmdblookup maxminddb pthread)
-
- install(
- TARGETS mmdblookup
- RUNTIME DESTINATION bin
- )
-endif()