Update cmake files, fixes #331

This commit is contained in:
Jonathan White 2017-05-06 11:50:05 -04:00
parent af4f56abfd
commit 5c8809e55d
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
4 changed files with 10 additions and 55 deletions

View file

@ -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)