mxnet: fix build with CMake 4.0

This commit is contained in:
Robert Schütz
2025-10-06 15:10:48 -07:00
parent 00ea8c6053
commit 624360da93
+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"