Skip to content

Commit

Permalink
MLIR: ldc-developers#8 CMake - Removing duplicated messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho authored Feb 8, 2020
1 parent 26b0673 commit d780c06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/Modules/FindMLIR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ find_path(MLIR_INCLUDE_DIR NAMES "Parser.h" HINTS ${MLIR_ROOT_DIR}/include/mlir)
find_path(MLIR_BUILD_INCLUDE_DIR NAMES "cmake_install.cmake"
HINTS ${LLVM_ROOT_DIR}/projects/mlir/include/mlir)

message("-- MLIR Dir: ${MLIR_ROOT_DIR}")
message("-- MLIR Include Dir: ${MLIR_INCLUDE_DIR}/..")
message("-- MLIR Build include dir: ${MLIR_BUILD_INCLUDE_DIR}/..")
message("flag")
message(STATUS "MLIR Dir: ${MLIR_ROOT_DIR}")
message(STATUS "MLIR Include Dir: ${MLIR_INCLUDE_DIR}/..")
message(STATUS "MLIR Lib Dir: ${MLIR_LIB_DIR}/..")
Expand Down

0 comments on commit d780c06

Please sign in to comment.