Fix flow control

This commit is contained in:
Alan Turner
2024-11-19 17:00:28 +00:00
parent ef326c73d8
commit acfc32689a

View File

@@ -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(