when use ssl will depend on boost.filesystem.

This commit is contained in:
qicosmos
2020-08-10 09:21:08 +08:00
parent dc105f402b
commit 6cf1ca8c20
+2
View File
@@ -45,6 +45,7 @@ using string_view = boost::string_view;
#endif
#endif
#ifdef CINATRA_ENABLE_SSL
#if __cplusplus > 201402L
#if defined (__GNUC__)
#if __GNUC__ < 8
@@ -62,3 +63,4 @@ namespace rpcfs = boost::filesystem;
#include <boost/filesystem.hpp>
namespace rpcfs = boost::filesystem;
#endif
#endif