commit | 3f6345234feda0f272df7694de9b02d8cf82de48 | [log] [tgz] |
---|---|---|
author | Gaurav <g.gupta@samsung.com> | Thu Apr 23 19:04:09 2015 +0530 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Thu Apr 23 07:32:19 2015 -0700 |
tree | 7a350f382c3c69b2fdef562ca6f9fe80f0b4d13f | |
parent | a53070c42b820e95d39d48b0af920a567fce8470 [diff] |
Use standard CMake variables - static/shared lib. Replace JSONCPP_LIB_BUILD_SHARED => BUILD_SHARED_LIBS
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",