Don't build openimageio utils (#772)

utils such as igrep, idiff, iconvert are not very useful when using
openimageio as a library, therefore disable
pull/773/head
Kelvin Zhang 3 years ago committed by GitHub
parent ca6c75b68b
commit f23149b36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/o/openimageio/xmake.lua

@ -56,6 +56,7 @@ package("openimageio")
local configs = {"-DBUILD_DOCS=OFF",
"-DINSTALL_DOCS=OFF",
"-DOIIO_BUILD_TESTS=OFF",
"-DOIIO_BUILD_TOOLS=OFF",
"-DUSE_QT=OFF",
"-DUSE_EXTERNAL_PUGIXML=ON",
"-DLINKSTATIC=ON",

Loading…
Cancel
Save