From e3d3df9c19680655bc353e987f5e5b8062cffd95 Mon Sep 17 00:00:00 2001 From: bergmann Date: Fri, 4 Oct 2019 23:22:21 +0200 Subject: [PATCH] * Fixed small bug (convert_cast from cppcore is never used if available). --- cmake/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/config.h.in b/cmake/config.h.in index 78d63af..5581ad6 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -3,7 +3,7 @@ #cmakedefine CPPLOGGING_HAS_CPPCORE #cmakedefine CPPLOGGING_HAS_NLOHMANN_JSON -#ifdef CPPCURL_HAS_CPPCORE +#ifdef CPPLOGGING_HAS_CPPCORE #include #define cpplogging_convert_cast ::cppcore::convert_cast #else