blob: 195f4cc0d112485f2035c327ad1b2312bb7e1ae7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c49ff8..c3d5103 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@
# limitations under the License.
#
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.5)
project(libcamhal)
diff --git a/src/platformdata/JsonParserBase.h b/src/platformdata/JsonParserBase.h
index c1d7d22..9f947cc 100644
--- a/src/platformdata/JsonParserBase.h
+++ b/src/platformdata/JsonParserBase.h
@@ -16,7 +16,7 @@
#pragma once
-#include <jsoncpp/json/json.h>
+#include <json/json.h>
#include "src/iutils/Utils.h"
|