Closed wenleix closed 2 years ago
Disable GTest for TorchArrow
Starts to fail with https://github.com/facebookincubator/velox/commit/118feb5d1b946caa614aeb46ccf142c50cd7ddec
It looks like the compiler flag set at https://github.com/facebookincubator/velox/blob/118feb5d1b946caa614aeb46ccf142c50cd7ddec/CMakeLists.txt#L317 doesn't affects the outer-level project compiler flag (i.e. TorchArrow, which use Velox as a submodule)
Thus manually set up VELOX_DISABLE_GOOGLETEST compiler flag.
VELOX_DISABLE_GOOGLETEST
Needs https://github.com/facebookincubator/velox/pull/1745
See discussions in https://github.com/facebookincubator/velox/pull/1666#issuecomment-1143044716
@wenleix has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
Disable GTest for TorchArrow
Starts to fail with https://github.com/facebookincubator/velox/commit/118feb5d1b946caa614aeb46ccf142c50cd7ddec
It looks like the compiler flag set at https://github.com/facebookincubator/velox/blob/118feb5d1b946caa614aeb46ccf142c50cd7ddec/CMakeLists.txt#L317 doesn't affects the outer-level project compiler flag (i.e. TorchArrow, which use Velox as a submodule)
Thus manually set up
VELOX_DISABLE_GOOGLETEST
compiler flag.