Browse Source

* Fixed small bug (convert_cast from cppcore is never used if available).

master
bergmann 6 years ago
parent
commit
e3d3df9c19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/config.h.in

+ 1
- 1
cmake/config.h.in View File

@@ -3,7 +3,7 @@
#cmakedefine CPPLOGGING_HAS_CPPCORE
#cmakedefine CPPLOGGING_HAS_NLOHMANN_JSON

#ifdef CPPCURL_HAS_CPPCORE
#ifdef CPPLOGGING_HAS_CPPCORE
#include <cppcore/conversion/convert_cast.h>
#define cpplogging_convert_cast ::cppcore::convert_cast
#else


Loading…
Cancel
Save