Skip to content

Disable CMake workaround for Intel compiler if it's supported

Guilherme Amadio requested to merge disable-icc-cmake-workaround into master

CMake 3.6 and above now supports Intel C/C++ compiler feature detection, and properly sets compilation flags depending on the CMAKE_CXX_STANDARD variable. This commit disables the workaround we needed so far if CMake supports ICC, to avoid having multiple flags defining the C++ standard.

Merge request reports