Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2017-05-06 18:50:05 +0300
committerJonathan White <support@dmapps.us>2017-05-06 18:51:43 +0300
commit5c8809e55d9763fc87ca5394aa6f5f388576ef4f (patch)
treecb9527e21140c3db0e345dea45220f0f0e9971dd /cmake
parentaf4f56abfd66458c74df4439eba3775eb2df372d (diff)
Update cmake files, fixes #331
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindLibMicroHTTPD.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/cmake/FindLibMicroHTTPD.cmake b/cmake/FindLibMicroHTTPD.cmake
deleted file mode 100644
index f31928043..000000000
--- a/cmake/FindLibMicroHTTPD.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-
-find_path(MHD_INCLUDE_DIR microhttpd.h)
-
-find_library(MHD_LIBRARIES microhttpd)
-
-mark_as_advanced(MHD_LIBRARIES MHD_INCLUDE_DIR)
-
-include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(LibMicroHTTPD DEFAULT_MSG MHD_LIBRARIES MHD_INCLUDE_DIR)