From 5dec90602ab2de6a4faa4ad27bfccb894ce96750 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Zbyszy=C5=84ski?= <m.zbyszynski@gold.ac.uk>
Date: Mon, 20 Nov 2017 17:47:50 +0000
Subject: [PATCH] builds and runs? weird.

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d159ea..1b4f007 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ include_directories(dependencies/pipo/src/host)
 include_directories(dependencies/third_party/json)
 
 file(GLOB_RECURSE RM_SOURCES "${PROJECT_SOURCE_DIR}/src/*.cpp")
-file(GLOB JSON_SRC "${PROJECT_SOURCE_DIR}/dependencies/third_party/json.cpp")
+file(GLOB JSON_SRC "${PROJECT_SOURCE_DIR}/dependencies/third_party/jsoncpp.cpp")
 
 #Set the source for the main library, using the groups defined above
 set(RAPIDMIX_SRC ${RM_SOURCES} ${JSON_SRC})
-- 
GitLab