From 3f6345234feda0f272df7694de9b02d8cf82de48 Mon Sep 17 00:00:00 2001 From: Gaurav Date: Thu, 23 Apr 2015 19:04:09 +0530 Subject: [PATCH] Use standard CMake variables - static/shared lib. Replace JSONCPP_LIB_BUILD_SHARED => BUILD_SHARED_LIBS --- devtools/agent_vmxp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devtools/agent_vmxp.json b/devtools/agent_vmxp.json index 61f5a4c..997aa5e 100644 --- a/devtools/agent_vmxp.json +++ b/devtools/agent_vmxp.json @@ -12,8 +12,8 @@ }, {"name": "shared_dll", "variables": [ - ["JSONCPP_LIB_BUILD_SHARED=true"], - ["JSONCPP_LIB_BUILD_SHARED=false"] + ["BUILD_SHARED_LIBS=true"], + ["BUILD_SHARED_LIBS=false"] ] }, {"name": "build_type",