Skip to content

Commit

Permalink
Fix a build failure with the micro-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mjklemm committed Dec 7, 2021
1 parent dbc57c1 commit 0843ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: sudo ./llvm.sh 11
- run:
name: Configure CMake Runtime
command: cmake -DCMAKE_CXX_COMPILER=clang++-11 -DCMAKE_C_COMPILER=clang-11 .
command: cmake -DCMAKE_CXX_COMPILER=clang++-11 -DCMAKE_C_COMPILER=clang-11 -DLOMP_MICROBM_WITH_LOMP=ON .
- run:
name: Build Runtime
command: make

0 comments on commit 0843ac8

Please sign in to comment.