Skip to content

Commit a53070c

Browse files
ya1gauravcdunn2001
authored andcommitted
Use standard CMake variables - static/shared lib.
Replace JSONCPP_LIB_BUILD_SHARED => BUILD_SHARED_LIBS
1 parent c09e121 commit a53070c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/agent_vmw7.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
{"name": "shared_dll",
2121
"variables": [
22-
["JSONCPP_LIB_BUILD_SHARED=true"],
23-
["JSONCPP_LIB_BUILD_SHARED=false"]
22+
["BUILD_SHARED_LIBS=true"],
23+
["BUILD_SHARED_LIBS=false"]
2424
]
2525
},
2626
{"name": "build_type",

0 commit comments

Comments
 (0)