Skip to content

Commit

Permalink
[circle-mlir/ext] Fix externals CMakeLists (#14734)
Browse files Browse the repository at this point in the history
This will fix externsla/CMakeLists with missing folder variables.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Feb 25, 2025
1 parent 1997a2b commit ceab7be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle-mlir/externals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ set(AC_BUILD_DIR "${EXTERNALS_BUILD_INST_DIR}/abseil-cpp-build")
set(AC_INSTALL_DIR "${EXTERNALS_BUILD_INST_DIR}/abseil-cpp-install")
set(LP_BUILD_DIR "${EXTERNALS_BUILD_INST_DIR}/llvm-project-build")
set(LP_INSTALL_DIR "${EXTERNALS_BUILD_INST_DIR}/llvm-project-install")
set(PB_BUILD_DIR "${EXTERNALS_BUILD_INST_DIR}/protobuf-build")
set(PB_INSTALL_DIR "${EXTERNALS_BUILD_INST_DIR}/protobuf-install")
set(OM_BUILD_DIR "${EXTERNALS_BUILD_INST_DIR}/onnx-mlir-build")
set(OM_INSTALL_DIR "${EXTERNALS_BUILD_INST_DIR}/onnx-mlir-install")

# build flatbuffers
ExternalProject_Add(externals-flatbuffers
Expand Down

0 comments on commit ceab7be

Please sign in to comment.