瀏覽代碼

* 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 ( )


Loading…
取消
儲存