summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2018-11-06 22:02:35 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2018-11-06 22:34:51 +0300
commit162be7b8b816ff34d08b8d5db461de067356b4d9 (patch)
treede2e30d92125225cebde852db434a841552552be
parentc70f1535484e5ecabdb3dfaa0497ccdd40fd1057 (diff)
downloadbmcweb-162be7b8b816ff34d08b8d5db461de067356b4d9.tar.xz
Bump nlohmann-json externalproject to v3.3.0
This change bumps the external build of nlhomann-json to use the latest v3.3.0 build. Change-Id: I9da5f200fed0da34561e25f4505ceff9e9bd0bad Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
-rw-r--r--CMakeLists.txt.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt.in b/CMakeLists.txt.in
index 90e653be8d..edba7923ef 100644
--- a/CMakeLists.txt.in
+++ b/CMakeLists.txt.in
@@ -46,7 +46,7 @@ externalproject_add (
externalproject_add (
nlohmann-json GIT_REPOSITORY "https://github.com/nlohmann/json.git" GIT_TAG
- d2dd27dc3b8472dbaa7d66f83619b3ebcd9185fe SOURCE_DIR
+ aafad2be1f3cd259a1e79d2f6fcf267d1ede9ec7 SOURCE_DIR
"${CMAKE_BINARY_DIR}/nlohmann-json-src" BINARY_DIR
"${CMAKE_BINARY_DIR}/nlohmann-json-build" CONFIGURE_COMMAND "" BUILD_COMMAND
"" INSTALL_COMMAND mkdir -p "${CMAKE_BINARY_DIR}/prefix/include/nlohmann" &&