mirror of https://github.com/llvm/torch-mlir
Missing ";" bewtween includes in MHLOTargets.cmake (#2074)
Co-authored-by: Tilmann Bartsch <info@tebartsch.ai>pull/2077/head snapshot-20230430.824
parent
2994ba00f2
commit
2b56ee46e1
|
@ -47,9 +47,9 @@ function(torch_mlir_dialects_target_includes target)
|
|||
# target, when present, is just used for compilation and does not
|
||||
# contribute to the interface properties.
|
||||
# TODO: Normalize this upstream.
|
||||
target_include_directories(${target} PUBLIC ${_dirs})
|
||||
target_include_directories(${target} PUBLIC "${_dirs}")
|
||||
if(TARGET obj.${target})
|
||||
target_include_directories(obj.${target} PRIVATE ${_dirs})
|
||||
target_include_directories(obj.${target} PRIVATE "${_dirs}")
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
|
|
Loading…
Reference in New Issue