Skip to content

Commit

Permalink
remove werrror
Browse files Browse the repository at this point in the history
Signed-off-by: dchigarev <[email protected]>
  • Loading branch information
dchigarev authored and AndreyPavlenko committed Aug 27, 2024
1 parent 899fc02 commit 7d204dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()

set(IMEX_EXTERNAL_PROJECT_BUILD OFF)

set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -Wall -Werror -Wnon-virtual-dtor")
set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -Wall -Wnon-virtual-dtor")

if(NOT (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) AND NOT DEFINED MLIR_BINARY_DIR)
# Building as part of LLVM via the external project mechanism.
Expand Down

0 comments on commit 7d204dd

Please sign in to comment.