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) include(Prebuilt)
if (STANDALONE) if (STANDALONE)
include(FindZLIB) include(FindMyZLIB)
else (STANDALONE) else (STANDALONE)
use_prebuilt_binary(zlib) use_prebuilt_binary(zlib)
if (WINDOWS) if (WINDOWS)