• Andrii Senkovych's avatar
    Introduce option to select default gtest installation. Refs #309 · 04b67368
    Andrii Senkovych authored
    This will introduce RAPIDJSON_BUILD_THIRDPARTY_GTEST option. If it is set to
    TRUE, cmake will look for GTest installation in `thirdparty/gtest` before
    looking in other places.
    
    Current default value (OFF) for RAPIDJSON_BUILD_THIRDPARTY_GTEST represents
    previous behaviour when system-wide gtest installation is used whenever
    possible.
    
    This commit will as well eliminate problem described in #309 when source
    directory found is `thirdparty/gtest` while include files are found
    system-wide. This however won't give the user possibility to select gtest
    installation to use.
    04b67368
Name
Last commit
Last update
CMakeModules Loading commit data...
bin Loading commit data...
doc Loading commit data...
example Loading commit data...
include/rapidjson Loading commit data...
test Loading commit data...
thirdparty Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
RapidJSON.pc.in Loading commit data...
RapidJSONConfig.cmake.in Loading commit data...
RapidJSONConfigVersion.cmake.in Loading commit data...
appveyor.yml Loading commit data...
license.txt Loading commit data...
readme.md Loading commit data...
readme.zh-cn.md Loading commit data...
travis-doxygen.sh Loading commit data...