Przeglądaj źródła

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

master
bergmann 6 lat temu
rodzic
commit
e3d3df9c19
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      cmake/config.h.in

+ 1
- 1
cmake/config.h.in Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz