Skip to content

Commit

Permalink
lci-ucx rcache: turn off assertion by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Oct 12, 2023
1 parent d74dfeb commit b759886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency/ucx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ set(UCS_MAX_LOG_LEVEL UCS_LOG_LEVEL_${LCI_UCX_MAX_LOG_LEVEL})
string(TOUPPER ${UCS_MAX_LOG_LEVEL} UCS_MAX_LOG_LEVEL)

set(LCI_UCX_ENABLE_ASSERT
ON
OFF
CACHE STRING "Enable assertions")
if(LCI_UCX_ENABLE_ASSERT)
if(LCI_UCX_ENABLE_ASSERT OR LCI_DEBUG)
set(ENABLE_ASSERT ON)
endif()

Expand Down

0 comments on commit b759886

Please sign in to comment.