Repository: mesos
Updated Branches:
  refs/heads/master 815b30ce8 -> e3f9f3ac9


Fixed rapidjson cmake compilation.

Review: https://reviews.apache.org/r/68073


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e3f9f3ac
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e3f9f3ac
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e3f9f3ac

Branch: refs/heads/master
Commit: e3f9f3ac9eed0cab0b1a27c10e8c60832105874e
Parents: 815b30c
Author: Chun-Hung Hsiao <[email protected]>
Authored: Thu Jul 26 16:31:44 2018 -0700
Committer: Chun-Hung Hsiao <[email protected]>
Committed: Thu Jul 26 16:33:01 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e3f9f3ac/3rdparty/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt
index 9b0dfe0..d8d113c 100644
--- a/3rdparty/CMakeLists.txt
+++ b/3rdparty/CMakeLists.txt
@@ -442,7 +442,7 @@ add_dependencies(rapidjson ${RAPIDJSON_TARGET})
 
 target_include_directories(
     rapidjson INTERFACE
-    ${RAPIDJSON_ROOT}/rapidjson-${RAPIDJSON_VERSION}/include)
+    ${RAPIDJSON_ROOT}/include)
 
 ExternalProject_Add(
   ${RAPIDJSON_TARGET}

Reply via email to