From 6f5efeea24049e1e10cb2dd35a0b64420acda060 Mon Sep 17 00:00:00 2001 From: VitalyR Date: Tue, 22 Apr 2025 17:37:30 +0800 Subject: [PATCH] correct `TORCH_MLIR_ENABLE_WERROR_FLAG` help text --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0f940467630..358199dbc9cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ include(CMakeDependentOption) # Project options #------------------------------------------------------------------------------- -option(TORCH_MLIR_ENABLE_WERROR_FLAG "Enable `-Werror` flag on supported directories, treat error as warning" OFF) +option(TORCH_MLIR_ENABLE_WERROR_FLAG "Enable `-Werror` flag on supported directories, treat warning as error" OFF) option(TORCH_MLIR_USE_INSTALLED_PYTORCH "If depending on PyTorch use it as installed in the current Python environment" ON) option(TORCH_MLIR_ENABLE_REFBACKEND "Enable reference backend" ON)