mxnet: fix build with CMake 4.0 (#449273)

This commit is contained in:
dotlambda
2025-10-07 08:18:47 +00:00
committed by GitHub
+1
View File
@@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
];
cmakeFlags = [
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
"-DUSE_MKL_IF_AVAILABLE=OFF"
"-DUSE_CUDA=OFF"
"-DUSE_CUDNN=OFF"