File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99# *to be installed* when `cmake --install` command is run or when CPack
1010# is invoked. This is the version that is distributed with LLVM packages.
1111# The key difference between this and (1) is that all paths must be
12- # relative the the instlaled "MLIRConfig.cmake" file.
12+ # relative the the installed "MLIRConfig.cmake" file.
1313
1414include (GNUInstallPackageDir)
1515include (ExtendPath)
1616include (LLVMDistributionSupport)
1717include (FindPrefixFromConfig)
1818
19- # This is a relative path to the location of MLIConfig .cmake within the
19+ # This is a relative path to the location of MLIRConfig .cmake within the
2020# installation.
2121set (MLIR_INSTALL_PACKAGE_DIR "${CMAKE_INSTALL_PACKAGEDIR} /mlir" CACHE STRING
2222 "Path for CMake subdirectory for MLIR (defaults to '${CMAKE_INSTALL_PACKAGEDIR} /mlir')" )
@@ -55,7 +55,7 @@ set(MLIR_CONFIG_INCLUDE_DIRS
5555 "${MLIR_SOURCE_DIR} /include"
5656 "${MLIR_BINARY_DIR} /include"
5757 )
58- # Refer to the best host mlir-tbgen , which might be a host-optimized version
58+ # Refer to the best host mlir-tblgen , which might be a host-optimized version
5959set (MLIR_CONFIG_TABLEGEN_EXE "${MLIR_TABLEGEN_EXE} " )
6060set (MLIR_CONFIG_PDLL_TABLEGEN_EXE "${MLIR_PDLL_TABLEGEN_EXE} " )
6161set (MLIR_CONFIG_SRC_SHARDER_TABLEGEN_EXE "${MLIR_SRC_SHARDER_TABLEGEN_EXE} " )
You can’t perform that action at this time.
0 commit comments