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
This commit is contained in:
@@ -57,7 +57,7 @@ else(GTEST_INCLUDE_DIRS AND GTEST_LIBRARIES AND GTEST_MAIN_LIBRARIES)
|
|||||||
/ACG/acgdev/gcc-4.7-x86_64/gtest/lib
|
/ACG/acgdev/gcc-4.7-x86_64/gtest/lib
|
||||||
/opt/local/lib
|
/opt/local/lib
|
||||||
/usr/local/lib
|
/usr/local/lib
|
||||||
/usr/include
|
/usr/lib
|
||||||
"C:/libs/win32/gtest/lib"
|
"C:/libs/win32/gtest/lib"
|
||||||
NO_DEFAULT_PATH )
|
NO_DEFAULT_PATH )
|
||||||
find_library(_GTEST_MAIN_LIBRARY gtest_main
|
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
|
/ACG/acgdev/gcc-4.7-x86_64/gtest/lib
|
||||||
/opt/local/lib
|
/opt/local/lib
|
||||||
/usr/local/lib
|
/usr/local/lib
|
||||||
/usr/include
|
/usr/lib
|
||||||
"C:/libs/win32/gtest/lib"
|
"C:/libs/win32/gtest/lib"
|
||||||
NO_DEFAULT_PATH )
|
NO_DEFAULT_PATH )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user