Przeglądaj źródła

* Do not print warning if GTest is not found within CMake

master
bergmann 6 lat temu
rodzic
commit
9345391895
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt Wyświetl plik

@@ -10,7 +10,7 @@ Find_Package ( Sanitizers QUIET )

# Test ############################################################################################

Find_Package ( GTest )
Find_Package ( GTest QUIET )
If ( NOT "${GTest_FOUND}" )
Return ( )
EndIf ( )


Ładowanie…
Anuluj
Zapisz