mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-27 22:10:06 +00:00
Merge pull request #873 from nyue/master
Fix find_package for zlib which requires all upper case ZLIB
This commit is contained in:
commit
923da7febc
@ -315,7 +315,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