Skip to content

Commit

Permalink
Remove hardcoded CMAKE_CXX_COMPILER from all preset -> must be manual…
Browse files Browse the repository at this point in the history
…ly set if DPC++/icpx should be used.
  • Loading branch information
breyerml committed Nov 28, 2024
1 parent 385b9b4 commit cd2a090
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/presets/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"displayName": "All available backends",
"inherits": "build",
"cacheVariables": {
"CMAKE_CXX_COMPILER": "clang++",
"PLSSVM_ENABLE_OPENMP_BACKEND": "AUTO",
"PLSSVM_ENABLE_HPX_BACKEND": "AUTO",
"PLSSVM_ENABLE_STDPAR_BACKEND": "OFF",
Expand All @@ -22,7 +21,6 @@
"displayName": "All available backends + Python bindings",
"inherits": "build",
"cacheVariables": {
"CMAKE_CXX_COMPILER": "clang++",
"PLSSVM_ENABLE_OPENMP_BACKEND": "AUTO",
"PLSSVM_ENABLE_HPX_BACKEND": "AUTO",
"PLSSVM_ENABLE_STDPAR_BACKEND": "OFF",
Expand All @@ -39,7 +37,6 @@
"displayName": "All available backends tests",
"inherits": "test",
"cacheVariables": {
"CMAKE_CXX_COMPILER": "clang++",
"PLSSVM_ENABLE_OPENMP_BACKEND": "AUTO",
"PLSSVM_ENABLE_HPX_BACKEND": "AUTO",
"PLSSVM_ENABLE_STDPAR_BACKEND": "OFF",
Expand Down

0 comments on commit cd2a090

Please sign in to comment.