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:03:12 +05:30 committed by Christopher Dunn
parent c09e121aeb
commit a53070c42b

View File

@ -19,8 +19,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",