File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_mlir_dialect_library(MLIRAMDGPUTransforms
5
5
ResolveStridedMetadata.cpp
6
6
7
7
ADDITIONAL_HEADER_DIRS
8
- {$ MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/AMDGPU/Transforms
8
+ ${ MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/AMDGPU/Transforms
9
9
10
10
DEPENDS
11
11
MLIRAMDGPUTransformsIncGen
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ add_mlir_dialect_library(MLIRArithTransforms
12
12
UnsignedWhenEquivalent.cpp
13
13
14
14
ADDITIONAL_HEADER_DIRS
15
- {$ MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Arith/Transforms
15
+ ${ MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/Arith/Transforms
16
16
17
17
DEPENDS
18
18
MLIRArithTransformsIncGen
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ add_mlir_dialect_library(MLIRControlFlowTransforms
3
3
BufferizableOpInterfaceImpl.cpp
4
4
5
5
ADDITIONAL_HEADER_DIRS
6
- {$ MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/ControlFlow/Transforms
6
+ ${ MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/ControlFlow/Transforms
7
7
8
8
LINK_LIBS PUBLIC
9
9
MLIRBufferizationDialect
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ add_mlir_dialect_library(MLIRQuantTransforms
4
4
StripFuncQuantTypes.cpp
5
5
6
6
ADDITIONAL_HEADER_DIRS
7
- {$ MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Quant/Transforms
7
+ ${ MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/Quant/Transforms
8
8
9
9
DEPENDS
10
10
MLIRQuantTransformsIncGen
You can’t perform that action at this time.
0 commit comments