Fix path of jsoncpp headers.
continuous-integration/drone/push Build is passing Details

The prefix is set via CMake. By putting in it the source files too, we were
incompatible with distributions that put them somewhere else.
This commit is contained in:
tastytea 2019-08-12 19:52:31 +02:00
parent 31013f5192
commit c7e36a7297
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#include <iostream>
#include <sstream>
#include <jsoncpp/json/json.h>
#include <json/json.h>
#include "gitea2rss.hpp"
using std::cout;

View File

@ -16,7 +16,7 @@
#include <iostream>
#include <sstream>
#include <jsoncpp/json/json.h>
#include <json/json.h>
#include "gitea2rss.hpp"
using std::cout;