Sfoglia il codice sorgente

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

master
bergmann 4 anni fa
parent
commit
9345391895
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt Vedi File

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

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

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


Caricamento…
Annulla
Salva