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 c09e121 commit a53070c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/agent_vmw7.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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 a53070c

Please sign in to comment.