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)
|
||||
|
||||
if (STANDALONE)
|
||||
include(FindZLIB)
|
||||
include(FindMyZLIB)
|
||||
else (STANDALONE)
|
||||
use_prebuilt_binary(zlib)
|
||||
if (WINDOWS)
|
||||
|
||||
Reference in New Issue
Block a user