Merge remote-tracking branch 'origin/use_cmake_GTest_finder'

This commit is contained in:
Jan Möbius
2018-10-30 13:29:21 +01:00
5 changed files with 11 additions and 126 deletions

View File

@@ -11,7 +11,7 @@ endif()
if ( OPENMESH_BUILD_UNIT_TESTS )
# Search for gtest headers and libraries
find_package(GoogleTest)
find_package(GTest)
if(GTEST_FOUND)