From a35c536f8be460292f8454c730300efe8d822e68 Mon Sep 17 00:00:00 2001 From: Anant Sharma Date: Mon, 4 Nov 2024 17:47:29 -0500 Subject: [PATCH] Build Updates for Ubuntu24.04 (#386) * skip warning errors * Revert "skip warning errors" This reverts commit 071c052dd876820776c27a792271ba4100a4ce8a. * Reapply "skip warning errors" This reverts commit a088c296484ee4a4dae60cde70111b4225524258. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc94b3aa..0dc70f0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,7 +267,7 @@ target_compile_features(triton-python-backend PRIVATE cxx_std_${TRITON_MIN_CXX_S target_compile_options( triton-python-backend PRIVATE $<$,$,$>: - -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror> + -Wall -Wextra -Wno-unused-parameter -Wno-type-limits> $<$:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor> )