Skip to content

Commit

Permalink
chore: Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Dec 13, 2024
1 parent 3e75753 commit 5033bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/trtllm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ if (${TGI_TRTLLM_BACKEND_BUILD_TESTS})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -fsanitize=undefined -fsanitize=address")
target_link_options(tgi_trtllm_backend_tests BEFORE PUBLIC -fsanitize=undefined PUBLIC -fsanitize=address)
endif()

list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
include(CTest)
include(Catch)
Expand Down

0 comments on commit 5033bf3

Please sign in to comment.