From 8d62da0c99133ab5e28b2e4120f2f70262a7709b Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Thu, 24 Oct 2013 21:32:18 +0200 Subject: Added option to force to use bundled gmock/gtest * resolves problem when version of gmock/gtest found installed in system disagrees with the bundled one * removed -DGTEST_HAVE_PTHREAD=0, seems that pthread is needed after all --- lib/gtest/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/gtest/CMakeLists.txt b/lib/gtest/CMakeLists.txt index 1279f7d..316ea14 100644 --- a/lib/gtest/CMakeLists.txt +++ b/lib/gtest/CMakeLists.txt @@ -2,8 +2,5 @@ cmake_minimum_required(VERSION 2.8) include_directories(. include) -# pthread is not necessary -add_definitions(-DGTEST_HAS_PTHREAD=0) - # gtest-all.cc includes all other sources add_library(gtest STATIC src/gtest-all.cc) -- cgit v1.2.3-1-g7c22