Skip to content

Commit 6592431

Browse files
authored
Change CMake compiler from clang-cl to clang
1 parent 4fae5f9 commit 6592431

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake-single-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
$ipp_cmake_dir = "C:/Program Files (x86)/Intel/oneAPI/ipp/latest/lib/cmake/ipp"
6363
6464
cmake -B build -G Ninja `
65-
-DCMAKE_C_COMPILER=clang-cl `
66-
-DCMAKE_CXX_COMPILER=clang-cl `
65+
-DCMAKE_C_COMPILER=clang `
66+
-DCMAKE_CXX_COMPILER=clang `
6767
-DCMAKE_BUILD_TYPE=Release `
6868
-DIPP_DIR="$ipp_cmake_dir" `
6969
-DCMAKE_PREFIX_PATH="C:/Program Files (x86)/Intel/oneAPI"

0 commit comments

Comments
 (0)