use cmake internal GTest finder module

This commit is contained in:
Matthias Möller
2018-06-09 12:13:15 +02:00
parent aa98be1215
commit 2cfb61fba8
2 changed files with 1 additions and 122 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)