CloudPolis / webdav-client-cpp

:cloud: C++ WebDAV Client provides easy and convenient to work with WebDAV-servers.
http://cloudpolis.github.io/webdav-client-cpp/
Other
120 stars 52 forks source link

fix some bugs for building on macOS #7

Closed ale0x78ey closed 7 years ago

ale0x78ey commented 7 years ago
$ ...
$ export OPENSSL_ROOT_DIR=/usr/local/opt/openssl/
$ cmake .. && make

image

CMakeLists.txt contains incorrect variable PUGIXML_INCLUDE_DIRS.
You should use PUGIXML_INCLUDE_DIR which is defined in cmake/FindPugiXML.cmake.

image