From e127f5b631c5579adab47510b962f5ea0027eebc Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sun, 16 Dec 2012 11:38:36 +0100 Subject: Use system GMock and GTest if they are available - Drop library addition to upstream GTest. - Fallback to convenience copy if the system libraries are not installed. --- lib/gtest/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/gtest/CMakeLists.txt b/lib/gtest/CMakeLists.txt index 61813ae..1279f7d 100644 --- a/lib/gtest/CMakeLists.txt +++ b/lib/gtest/CMakeLists.txt @@ -7,4 +7,3 @@ add_definitions(-DGTEST_HAS_PTHREAD=0) # gtest-all.cc includes all other sources add_library(gtest STATIC src/gtest-all.cc) -add_library(gmock STATIC src/gmock-all.cc) -- cgit v1.2.3-1-g7c22