Explorar el Código

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

master
bergmann hace 4 años
padre
commit
9345391895
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt Ver fichero

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

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

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


Cargando…
Cancelar
Guardar