Procházet zdrojové kódy

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

master
bergmann před 6 roky
rodič
revize
e3d3df9c19
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      cmake/config.h.in

+ 1
- 1
cmake/config.h.in Zobrazit soubor

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


Načítá se…
Zrušit
Uložit