add cmake variable RAPIDJSON_INSTALL to control installations#1957
add cmake variable RAPIDJSON_INSTALL to control installations#1957ouonline wants to merge 1 commit intoTencent:masterfrom ouonline:dev
RAPIDJSON_INSTALL to control installations#1957Conversation
|
What's the purpose of disabling installations? My understanding of CMake says these don't actually do anything unless you run CMake install. It also seems against best practices to invoke |
Disabling installations may be useful when a project uses Rapidjson internally and doesn't want export(or expose) Rapidjson symbols to users who use this project. Putting |
can disable installations by setting `RAPIDJSON_INSTALL` to `OFF`. Disabling installations may be useful when a project uses Rapidjson internally and doesn't want export(or expose) Rapidjson symbols to users who use this project.
Users can disable installations by setting
RAPIDJSON_INSTALLtoOFF