CMAKE: optionally link to ZLIB as systemlib / shared objects. (#15382)
If the user has ZLIB (and devel pkg) installed at the system
and the user wants to keep using that ZLIB for tensorflow,
the cmake option "-Dsystemlib_ZLIB=ON" will allow to do so.
Another option "-Dsystemlib_ALL=ON" will turn on every
"systemlib_*" options.
Signed-off-by:
MyungJoo Ham <myungjoo.ham@samsung.com>
Loading
Please sign in to comment