You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use your lib as a submodule in my CMake Project in an externalLibs directory that I call via add_subdirectory(json). CMake runs through, but when I try to compile I get a whole lot of errors along the following lines
~/project/extLibs/json/test/src/unit-json_patch.cpp:65:12: warning: missing terminating " character
CHECK(doc1.patch(patch) == R"(
^
~/project/extLibs/json/test/src/unit-json_patch.cpp:65:12: error: missing terminating " character
CHECK(doc1.patch(patch) == R"(
^~~~~~~~~~~~~~~~~~~~~~~~~~
~/project/extLibs/json/test/src/unit-json_patch.cpp:67:21: error: stray ‘\’ in program
"a": {
I cant seem to find the reason for that; i use gcc-7.2
help is deeply appreciated
The text was updated successfully, but these errors were encountered:
I am trying to use your lib as a submodule in my CMake Project in an externalLibs directory that I call via add_subdirectory(json). CMake runs through, but when I try to compile I get a whole lot of errors along the following lines
~/project/extLibs/json/test/src/unit-json_patch.cpp:65:12: warning: missing terminating " character
CHECK(doc1.patch(patch) == R"(
^
~/project/extLibs/json/test/src/unit-json_patch.cpp:65:12: error: missing terminating " character
CHECK(doc1.patch(patch) == R"(
^~~~~~~~~~~~~~~~~~~~~~~~~~
~/project/extLibs/json/test/src/unit-json_patch.cpp:67:21: error: stray ‘\’ in program
"a": {
I cant seem to find the reason for that; i use gcc-7.2
help is deeply appreciated
The text was updated successfully, but these errors were encountered: