From a4998accf62022c46182cac05faa4dd76300daad Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 17 Sep 2014 08:26:07 -0700 Subject: [PATCH] Fix travis build --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb4cc31f..ff8fd7ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ endif () add_subdirectory(doc) -include_directories(.) +include_directories(. gmock) # We compile Google Test ourselves instead of using pre-compiled libraries. # See the Google Test FAQ "Why is it not recommended to install a @@ -83,7 +83,6 @@ include_directories(.) # at http://code.google.com/p/googletest/wiki/FAQ for more details. add_library(gmock gmock/gmock-gtest-all.cc) -target_include_directories(gmock PUBLIC gmock) find_package(Threads) target_link_libraries(gmock ${CMAKE_THREAD_LIBS_INIT})