Use standard CMake variables - static/shared lib.

Replace JSONCPP_LIB_BUILD_SHARED => BUILD_SHARED_LIBS
This commit is contained in:
Gaurav 2015-04-23 19:04:09 +05:30 committed by Christopher Dunn
parent a53070c42b
commit 3f6345234f

View File

@ -12,8 +12,8 @@
}, },
{"name": "shared_dll", {"name": "shared_dll",
"variables": [ "variables": [
["JSONCPP_LIB_BUILD_SHARED=true"], ["BUILD_SHARED_LIBS=true"],
["JSONCPP_LIB_BUILD_SHARED=false"] ["BUILD_SHARED_LIBS=false"]
] ]
}, },
{"name": "build_type", {"name": "build_type",