mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-03 21:58:13 +00:00
Fix flow control
This commit is contained in:
@@ -358,7 +358,7 @@ if(CMAKE_CXX_COMPILER MATCHES ".*hcc" OR CMAKE_CXX_COMPILER MATCHES ".*clang\\+\
|
||||
# Enable tidy on hip
|
||||
elseif(CK_BACKEND STREQUAL "HIP" OR CK_BACKEND STREQUAL "HIPNOGPU")
|
||||
set(CK_TIDY_ERRORS ALL)
|
||||
|
||||
endif()
|
||||
|
||||
include(ClangTidy)
|
||||
enable_clang_tidy(
|
||||
|
||||
Reference in New Issue
Block a user