ソースを参照

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

master
bergmann 6年前
コミット
9345391895
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt ファイルの表示

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

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

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


読み込み中…
キャンセル
保存