python3Packages.pyarrow: remove unnecessary cmake policy flag

This commit is contained in:
Phillip Cloud 2022-02-18 06:52:38 -05:00
parent ce6b8be7d7
commit ed3872c352
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -52,10 +52,6 @@ buildPythonPackage rec {
PYARROW_CMAKE_OPTIONS = [
"-DCMAKE_INSTALL_RPATH=${ARROW_HOME}/lib"
# This doesn't use setup hook to call cmake so we need to workaround #54606
# ourselves
"-DCMAKE_POLICY_DEFAULT_CMP0025=NEW"
];
ARROW_HOME = _arrow-cpp;