Skip to content

Commit

Permalink
Revert "Don't force libc++"
Browse files Browse the repository at this point in the history
This reverts commit 14af191.
  • Loading branch information
masterleinad committed Jan 16, 2025
1 parent 34e929f commit aa2a23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
compiler_prefix: /usr/bin
- compiler_driver: clang++
compiler_prefix: /usr/bin
cxx_flags_extra: "-Wno-c++17-attribute-extensions -Wno-gnu-zero-variadic-macro-arguments"
cxx_flags_extra: "-stdlib=libc++ -Wno-c++17-attribute-extensions -Wno-gnu-zero-variadic-macro-arguments"
- compiler_driver: icpx
compiler_prefix: /opt/intel/oneapi/compiler/latest/linux/bin
# To get new URL, look here:
Expand Down

0 comments on commit aa2a23a

Please sign in to comment.