Rename FindZLIB.cmake to FindMyZLIB.cmake to avoid cmake warning.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user