Skip to content

Commit 3f63452

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/agent_vmxp.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
{"name": "shared_dll",
1414
"variables": [
15-
["JSONCPP_LIB_BUILD_SHARED=true"],
16-
["JSONCPP_LIB_BUILD_SHARED=false"]
15+
["BUILD_SHARED_LIBS=true"],
16+
["BUILD_SHARED_LIBS=false"]
1717
]
1818
},
1919
{"name": "build_type",

0 commit comments

Comments
 (0)