Commit 2672f03f authored by Paul's avatar Paul
Browse files

Fix tidy define

parent 845bd22d
......@@ -104,4 +104,4 @@ CheckOptions:
# - key: readability-identifier-naming.MacroDefinitionCase
# value: UPPER_CASE
# - key: readability-identifier-naming.MacroDefinitionPrefix
# value: MIGRAPH_
# value: MIGRAPHX_
......@@ -93,7 +93,7 @@ rocm_enable_clang_tidy(
HEADER_FILTER
".*hpp"
EXTRA_ARGS
-DMIGRAPH_USE_CLANG_TIDY
-DMIGRAPHX_USE_CLANG_TIDY
)
include(ROCMCppCheck)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment