diff --git a/dnn/CMakeLists.txt b/dnn/CMakeLists.txt index dfa4a97a..aaccea26 100644 --- a/dnn/CMakeLists.txt +++ b/dnn/CMakeLists.txt @@ -54,7 +54,9 @@ if(MGE_WITH_CUDA) add_library(cutlass INTERFACE) target_include_directories( cutlass - INTERFACE $) + INTERFACE + $ + $) endif() if(MGE_WITH_TEST)