Merge pull request 'fix: `cmake --build .` step was missing' (#8) from readMeStepFix into master

Reviewed-on: Serene/Serene#8
This commit is contained in:
Sameer Rahmani 2021-04-24 17:10:19 +00:00
commit 8242249dca
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