-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
When installing boost with Intel oneAPI using the recommended way (bootstrap), the compiler gives the following warning
These options as listed are not supported.
For more information, use '-qnextgen-diag'.
option list:
-ip
-wd177,780,2196,1782,193,304,981,1418,411,734,279
This is defined here:
Line 98 in 6366d73
| <toolset>intel-linux:<cxxflags>"-wd177,780,2196,1782,193,304,981,1418,411,734,279" |
For CMake, this is not an issue because the new, LLVM-based compiler identifies as IntelLLVM, not Intel (https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html) and, hence, the options are not added here:
Line 416 in 6366d73
| if (CMAKE_CXX_COMPILER_ID STREQUAL "Intel") |
Metadata
Metadata
Assignees
Labels
No labels