Kaynağa Gözat

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

master
bergmann 6 yıl önce
ebeveyn
işleme
9345391895
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt Dosyayı Görüntüle

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

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

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


Yükleniyor…
İptal
Kaydet