Ver a proveniência

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

master
bergmann há 6 anos
ascendente
cometimento
9345391895
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt Ver ficheiro

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

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

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


Carregando…
Cancelar
Guardar