You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2019/04/14 12:49:26 UTC

[hawq] 01/02: HAWQ-1699. modify json's path in hawq build

This is an automated email from the ASF dual-hosted git repository.

huor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git

commit 57d53acfd9a5b16e91f5da1c2d00e110a6e81a30
Author: oushu1tuyu1 <tu...@oushu.io>
AuthorDate: Sun Apr 14 20:21:37 2019 +0800

    HAWQ-1699. modify json's path in hawq build
---
 depends/dbcommon/CMake/FindJSON.cmake | 2 +-
 depends/storage/CMake/FindJSON.cmake  | 2 +-
 depends/univplan/CMake/FindJSON.cmake | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/depends/dbcommon/CMake/FindJSON.cmake b/depends/dbcommon/CMake/FindJSON.cmake
index ff5008b..a334948 100644
--- a/depends/dbcommon/CMake/FindJSON.cmake
+++ b/depends/dbcommon/CMake/FindJSON.cmake
@@ -20,7 +20,7 @@
 #  License text for the above reference.)
 
 # Look for the header file.
-find_path(JSON_INCLUDE_DIR NAMES json-c/json.h)
+find_path(JSON_INCLUDE_DIR NAMES json/json.h)
 mark_as_advanced(JSON_INCLUDE_DIR)
 
 # Look for the library (sorted from most current/relevant entry to least).
diff --git a/depends/storage/CMake/FindJSON.cmake b/depends/storage/CMake/FindJSON.cmake
index ff5008b..a334948 100644
--- a/depends/storage/CMake/FindJSON.cmake
+++ b/depends/storage/CMake/FindJSON.cmake
@@ -20,7 +20,7 @@
 #  License text for the above reference.)
 
 # Look for the header file.
-find_path(JSON_INCLUDE_DIR NAMES json-c/json.h)
+find_path(JSON_INCLUDE_DIR NAMES json/json.h)
 mark_as_advanced(JSON_INCLUDE_DIR)
 
 # Look for the library (sorted from most current/relevant entry to least).
diff --git a/depends/univplan/CMake/FindJSON.cmake b/depends/univplan/CMake/FindJSON.cmake
index ff5008b..a334948 100644
--- a/depends/univplan/CMake/FindJSON.cmake
+++ b/depends/univplan/CMake/FindJSON.cmake
@@ -20,7 +20,7 @@
 #  License text for the above reference.)
 
 # Look for the header file.
-find_path(JSON_INCLUDE_DIR NAMES json-c/json.h)
+find_path(JSON_INCLUDE_DIR NAMES json/json.h)
 mark_as_advanced(JSON_INCLUDE_DIR)
 
 # Look for the library (sorted from most current/relevant entry to least).