CMakeLists.txt
1.68 KB
-
CMake: add option to use Google Test already installed on system (#969) · 8f921757
As of this change, you can use `-DABSL_USE_EXTERNAL_GOOGLETEST=ON -DABSL_FIND_GOOGLETEST=ON` to have Abseil use the standard CMake find_package(GTest) mechanism.
Florin Crișan committed