diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 21c71db..4c3d41d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -10,7 +10,7 @@ Find_Package ( Sanitizers QUIET ) # Test ############################################################################################ -Find_Package ( GTest ) +Find_Package ( GTest QUIET ) If ( NOT "${GTest_FOUND}" ) Return ( ) EndIf ( )