Skip to content
Snippets Groups Projects
Commit a0596796 authored by Jan Möbius's avatar Jan Möbius
Browse files

Wrong order for gtest library

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@627 fdac6126-5c0c-442c-9429-916003d36597
parent f6af84f5
Branches
Tags
No related merge requests found
......@@ -42,8 +42,8 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES)
else(GTEST_PREFIX)
find_path(_GTEST_INCLUDE_DIR "gtest/gtest.h"
PATHS
/ACG/acgdev/gcc-4.7-x86_64/gtest/include
~/sw/gtest/include
/ACG/acgdev/gcc-4.7-x86_64/gtest/include
/opt/local/include
/usr/local/include
/usr/include
......@@ -51,8 +51,8 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES)
NO_DEFAULT_PATH )
find_library(_GTEST_LIBRARY gtest
PATHS
/ACG/acgdev/gcc-4.7-x86_64/gtest/lib
~/sw/gtest/lib
/ACG/acgdev/gcc-4.7-x86_64/gtest/lib
/opt/local/lib
/usr/local/lib
/usr/include
......@@ -60,8 +60,8 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES)
NO_DEFAULT_PATH )
find_library(_GTEST_MAIN_LIBRARY gtest_main
PATHS
/ACG/acgdev/gcc-4.7-x86_64/gtest/lib
~/sw/gtest/lib
/ACG/acgdev/gcc-4.7-x86_64/gtest/lib
/opt/local/lib
/usr/local/lib
/usr/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment