Skip to content

Commit

Permalink
Use standard CMake variables - static/shared lib.
Browse files Browse the repository at this point in the history
Replace JSONCPP_LIB_BUILD_SHARED => BUILD_SHARED_LIBS
  • Loading branch information
ya1gaurav authored and cdunn2001 committed Apr 23, 2015
1 parent a53070c commit 3f63452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/agent_vmxp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3f63452

Please sign in to comment.