fix: `cmake --build .` step was missing

This commit is contained in:
Mina 2021-04-24 13:01:52 -04:00
parent 573550ca07
commit ba932c2ad9
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ Setup the githook and install dependencies using the following commands:
-DCMAKE_CXX_COMPILER=clang++ \
-DLLVM_ENABLE_LLD=ON
cmake --build .
cmake --build . --target check-mlir
cmake -DCMAKE_INSTALL_PREFIX=/your/target/location -P cmake_install.cmake