//Enable OpenMP (has to be supported by the compiler) WITH_OPENMP:BOOL=OFF //Enable OpenSubdiv for surface subdivision WITH_OPENSUBDIV:BOOL=ON //Enable features relying on OpenVDB WITH_OPENVDB:BOOL=ON //Assume OpenVDB library has been compiled with version 3 ABI compatibility WITH_OPENVDB_3_ABI_COMPATIBLE:BOOL=ON //Enable blosc compression for OpenVDB, only enable if OpenVDB // was built with blosc support WITH_OPENVDB_BLOSC:BOOL=ON //Enable features relying on potrace WITH_POTRACE:BOOL=OFF