diff --git a/python/librmm/pyproject.toml b/python/librmm/pyproject.toml index bae2ef36b..6fee31c9a 100644 --- a/python/librmm/pyproject.toml +++ b/python/librmm/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2024-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -57,7 +57,7 @@ build-dir = "build/{wheel_tag}" cmake.build-type = "Release" cmake.version = "CMakeLists.txt" minimum-version = "build-system.requires" -ninja.make-fallback = true +ninja.make-fallback = false sdist.reproducible = true wheel.packages = ["librmm"] wheel.install-dir = "librmm" diff --git a/python/rmm/pyproject.toml b/python/rmm/pyproject.toml index 6036e9c56..d457b0913 100644 --- a/python/rmm/pyproject.toml +++ b/python/rmm/pyproject.toml @@ -59,7 +59,7 @@ build-dir = "build/{wheel_tag}" cmake.build-type = "Release" cmake.version = "CMakeLists.txt" minimum-version = "build-system.requires" -ninja.make-fallback = true +ninja.make-fallback = false sdist.exclude = ["*tests*"] sdist.reproducible = true wheel.packages = ["rmm"]