patch from IRIE Shinsuke, use systems openjpeg on *nix.

This commit is contained in:
Campbell Barton
2011-02-15 19:04:51 +00:00
parent 7fba9eab47
commit c461a7ea4d
4 changed files with 16 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ endif()
add_subdirectory(glew)
if(WITH_IMAGE_OPENJPEG)
if(WITH_IMAGE_OPENJPEG AND (NOT UNIX OR APPLE))
add_subdirectory(libopenjpeg)
endif()