commit | 8834e4d6a51b4c05ea51099f3865bafe7839f845 | [log] [tgz] |
---|---|---|
author | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | Thu Dec 22 12:02:41 2022 -0500 |
committer | Brad King <brad.king@kitware.com> | Thu Jan 12 10:23:38 2023 -0500 |
tree | b8d42bbb763569fc7f59404d4c2a06f893cfc7b9 | |
parent | 2ac207f04610e196df00b540f8cafbfdffcd4db8 [diff] |
IntelLLVM: Avoid finding not-yet-supported icpx on Windows Intel oneAPI 2023.0 added the `icpx` compiler front-end on Windows. It uses a GNU-like command-line, and is not yet supported by CMake. Avoid finding `icpx` as the CXX compiler on Windows until support is added. Fixes: #24266 Issue: #24314