We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ec3d0 commit c0c28e1Copy full SHA for c0c28e1
src/lib_json/CMakeLists.txt
@@ -25,8 +25,6 @@ if(NOT (HAVE_CLOCALE AND HAVE_LCONV_SIZE AND HAVE_DECIMAL_POINT AND HAVE_LOCALEC
25
endif()
26
27
28
-
29
30
set(JSONCPP_INCLUDE_DIR ../../include)
31
32
set(PUBLIC_HEADERS
src/lib_json/json_value.cpp
@@ -17,8 +17,6 @@
17
#include <sstream>
18
#include <utility>
19
20
21
22
// Provide implementation equivalent of std::snprintf for older _MSC compilers
23
#if defined(_MSC_VER) && _MSC_VER < 1900
24
#include <stdarg.h>
0 commit comments