소스 검색

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

master
bergmann 6 년 전
부모
커밋
e3d3df9c19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cmake/config.h.in

+ 1
- 1
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 <cppcore/conversion/convert_cast.h>
#define cpplogging_convert_cast ::cppcore::convert_cast
#else


불러오는 중...
취소
저장