can compile on macOS against jsoncpp installed from homebrew
This commit is contained in:
		@@ -20,7 +20,6 @@ option(USE_TLS "Add TLS support" ON)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
include_directories(ws .)
 | 
					include_directories(ws .)
 | 
				
			||||||
include_directories(ws ..)
 | 
					include_directories(ws ..)
 | 
				
			||||||
include_directories(ws ../third_party)
 | 
					 | 
				
			||||||
include_directories(ws ../third_party/spdlog/include)
 | 
					include_directories(ws ../third_party/spdlog/include)
 | 
				
			||||||
include_directories(ws ../third_party/cpp-linenoise)
 | 
					include_directories(ws ../third_party/cpp-linenoise)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,6 @@
 | 
				
			|||||||
#include <chrono>
 | 
					#include <chrono>
 | 
				
			||||||
#include <fstream>
 | 
					#include <fstream>
 | 
				
			||||||
#include <ixcobra/IXCobraMetricsPublisher.h>
 | 
					#include <ixcobra/IXCobraMetricsPublisher.h>
 | 
				
			||||||
#include <jsoncpp/json/json.h>
 | 
					 | 
				
			||||||
#include <spdlog/spdlog.h>
 | 
					#include <spdlog/spdlog.h>
 | 
				
			||||||
#include <sstream>
 | 
					#include <sstream>
 | 
				
			||||||
#include <thread>
 | 
					#include <thread>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,6 @@
 | 
				
			|||||||
#include <chrono>
 | 
					#include <chrono>
 | 
				
			||||||
#include <fstream>
 | 
					#include <fstream>
 | 
				
			||||||
#include <ixcobra/IXCobraMetricsPublisher.h>
 | 
					#include <ixcobra/IXCobraMetricsPublisher.h>
 | 
				
			||||||
#include <jsoncpp/json/json.h>
 | 
					 | 
				
			||||||
#include <mutex>
 | 
					#include <mutex>
 | 
				
			||||||
#include <spdlog/spdlog.h>
 | 
					#include <spdlog/spdlog.h>
 | 
				
			||||||
#include <sstream>
 | 
					#include <sstream>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include <fstream>
 | 
					#include <fstream>
 | 
				
			||||||
#include <ixsentry/IXSentryClient.h>
 | 
					#include <ixsentry/IXSentryClient.h>
 | 
				
			||||||
#include <jsoncpp/json/json.h>
 | 
					 | 
				
			||||||
#include <spdlog/spdlog.h>
 | 
					#include <spdlog/spdlog.h>
 | 
				
			||||||
#include <sstream>
 | 
					#include <sstream>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user