Ver código fonte

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

master
bergmann 6 anos atrás
pai
commit
9345391895
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt Ver arquivo

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

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

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


Carregando…
Cancelar
Salvar