mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-10 06:10:07 +00:00
glPtexViewer: remove -lz option from mac build
This commit is contained in:
parent
b3da5d3fab
commit
3761570714
@ -38,10 +38,6 @@ list(APPEND PLATFORM_LIBRARIES
|
||||
"${PTEX_LIBRARY}"
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
list(APPEND PLATFORM_LIBRARIES -lz)
|
||||
endif()
|
||||
|
||||
include_directories(
|
||||
"${PROJECT_SOURCE_DIR}/opensubdiv"
|
||||
"${PROJECT_SOURCE_DIR}/regression"
|
||||
|
Loading…
Reference in New Issue
Block a user