Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 53f094622 -> 45ff49990


MINIFI-284 Making use of CMAKE_INSTALL_LIBDIR argument to standardize install 
location of JsonCpp lib across distributions.

This closes #87.

Signed-off-by: Bryan Rosander <brosan...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/45ff4999
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/45ff4999
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/45ff4999

Branch: refs/heads/master
Commit: 45ff499901fac1091f4c7d0b3bcc3db9e713205b
Parents: 53f0946
Author: Aldrin Piri <ald...@apache.org>
Authored: Tue May 2 12:20:45 2017 -0400
Committer: Bryan Rosander <brosan...@apache.org>
Committed: Tue May 2 14:57:39 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/45ff4999/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a9ddc07..f45dce9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,6 +92,7 @@ externalproject_add(jsoncpp_project
         SOURCE_DIR ${CMAKE_SOURCE_DIR}/thirdparty/jsoncpp
         CMAKE_ARGS
         "-G${CMAKE_GENERATOR}"
+        "-DCMAKE_INSTALL_LIBDIR=${JSONCPP_LIB_DIR}/lib"
         "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
         "-DCMAKE_INSTALL_PREFIX=${JSONCPP_LIB_DIR}"
         )

Reply via email to