mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Silence warning about not being able to find GTest.
This commit is contained in:
parent
be23c8d3b7
commit
d7a10bb868
@ -4,7 +4,7 @@ include(FetchContent)
|
|||||||
|
|
||||||
enable_language(CXX)
|
enable_language(CXX)
|
||||||
|
|
||||||
find_package(GTest)
|
find_package(GTest QUIET)
|
||||||
|
|
||||||
if(NOT TARGET GTest::GTest)
|
if(NOT TARGET GTest::GTest)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user