From eec4aaacbab81b453ab13001df1d8e4f968bb72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 14 Jan 2015 09:48:48 +0000 Subject: [PATCH] Fixed Typo in gtest finder (Thanks to Roman Zoller for the patch) git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1191 fdac6126-5c0c-442c-9429-916003d36597 --- cmake/FindGoogleTest.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/FindGoogleTest.cmake b/cmake/FindGoogleTest.cmake index a301e8b0..503bc80e 100644 --- a/cmake/FindGoogleTest.cmake +++ b/cmake/FindGoogleTest.cmake @@ -57,7 +57,7 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES) /ACG/acgdev/gcc-4.7-x86_64/gtest/lib /opt/local/lib /usr/local/lib - /usr/include + /usr/lib "C:/libs/win32/gtest/lib" NO_DEFAULT_PATH ) find_library(_GTEST_MAIN_LIBRARY gtest_main @@ -67,7 +67,7 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES) /ACG/acgdev/gcc-4.7-x86_64/gtest/lib /opt/local/lib /usr/local/lib - /usr/include + /usr/lib "C:/libs/win32/gtest/lib" NO_DEFAULT_PATH )