diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d159ea960a41810a47d3efb647c8f81a64d886f..1b4f007ae796194dfc9bf4f37f89f9701d2b917b 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})