File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ include(CheckIncludeFileCXX)
77include (CheckTypeSize )
88include (CheckStructHasMember )
99include (CheckCXXSymbolExists )
10- include (CheckCXXSourceCompiles )
1110
1211check_include_file_cxx (clocale HAVE_CLOCALE )
1312check_cxx_symbol_exists (localeconv clocale HAVE_LOCALECONV )
@@ -26,11 +25,6 @@ if(NOT (HAVE_CLOCALE AND HAVE_LCONV_SIZE AND HAVE_DECIMAL_POINT AND HAVE_LOCALEC
2625 endif ()
2726endif ()
2827
29- check_cxx_source_compiles (
30- "#include <string_view>
31- int main() { std::string_view sv; return 0; }"
32- JSONCPP_HAS_STRING_VIEW )
33-
3428set (JSONCPP_INCLUDE_DIR ../../include)
3529
3630set (PUBLIC_HEADERS
Original file line number Diff line number Diff line change 1717#include < sstream>
1818#include < utility>
1919
20- #ifdef JSONCPP_HAS_STRING_VIEW
21- #include < string_view>
22- #endif
23-
2420// Provide implementation equivalent of std::snprintf for older _MSC compilers
2521#if defined(_MSC_VER) && _MSC_VER < 1900
2622#include < stdarg.h>
You can’t perform that action at this time.
0 commit comments