Skip to content

Commit

Permalink
Don't enable google becnhmark in corona build script.
Browse files Browse the repository at this point in the history
The dpcpp compiler does not support C++ standards less than 17
and the version of gbench that comes with BLT does not support C++17.
  • Loading branch information
rhornung67 committed Nov 14, 2024
1 parent 5023196 commit 9ee40f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/lc-builds/corona_sycl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ cmake \
-DBLT_CXX_STD=c++17 \
-DENABLE_TESTS=On \
-DENABLE_EXAMPLES=On \
-DENABLE_BENCHMARKS=On \
"$@" \
..

Expand Down

0 comments on commit 9ee40f7

Please sign in to comment.