From 8e355069cd156dcb47d17f30e4029c9139b5be9f Mon Sep 17 00:00:00 2001 From: Martin Schultz Date: Tue, 2 May 2017 14:18:13 +0200 Subject: [PATCH] changed the path for the cmake finder to lookup gtest fixes #43 --- cmake/FindGoogleTest.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/FindGoogleTest.cmake b/cmake/FindGoogleTest.cmake index d75ba753..6918c7d9 100644 --- a/cmake/FindGoogleTest.cmake +++ b/cmake/FindGoogleTest.cmake @@ -45,7 +45,7 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES) ~/sw/gtest-1.8.0/include ~/sw/gtest-1.7.0/include ~/sw/gtest/include - /ACG/acgdev/gcc-4.7-x86_64/gtest/include + /ACG/acgdev/gcc-x86_64/gtest/include /opt/local/include /usr/local/include /usr/include @@ -56,7 +56,7 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES) ~/sw/gtest-1.8.0/lib ~/sw/gtest-1.7.0/lib ~/sw/gtest/lib - /ACG/acgdev/gcc-4.7-x86_64/gtest/lib + /ACG/acgdev/gcc-x86_64/gtest/lib /opt/local/lib /usr/local/lib /usr/lib @@ -67,7 +67,7 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES) ~/sw/gtest-1.8.0/lib ~/sw/gtest-1.7.0/lib ~/sw/gtest/lib - /ACG/acgdev/gcc-4.7-x86_64/gtest/lib + /ACG/acgdev/gcc-x86_64/gtest/lib /opt/local/lib /usr/local/lib /usr/lib