Rename FindZLIB.cmake to FindMyZLIB.cmake to avoid cmake warning.

This commit is contained in:
Aleric Inglewood
2011-05-01 22:01:02 +02:00
parent ae50fc4404
commit 6b8a12dd06
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ set(ZLIB_FIND_REQUIRED ON)
include(Prebuilt)
if (STANDALONE)
include(FindZLIB)
include(FindMyZLIB)
else (STANDALONE)
use_prebuilt_binary(zlib)
if (WINDOWS)