mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-24 04:20:21 +00:00
Merge pull request #889 from davidgyu/merge_fix
Fix find_package for zlib which requires all upper case ZLIB
This commit is contained in:
commit
835ccc79ff
@ -317,7 +317,7 @@ if(NOT NO_OPENGL AND NOT ANDROID AND NOT IOS)
|
||||
endif()
|
||||
if(NOT NO_PTEX)
|
||||
find_package(PTex 2.0)
|
||||
find_package(Zlib 1.2)
|
||||
find_package(ZLIB 1.2)
|
||||
endif()
|
||||
if (OPENGL_FOUND AND NOT IOS)
|
||||
add_definitions(
|
||||
|
Loading…
Reference in New Issue
Block a user