https://github.com/Kitware/CMake
Revision f719a13c28690fb44fbcd02ad1b5b9724c962d6b authored by Brad King on 04 June 2018, 17:47:04 UTC, committed by Brad King on 04 June 2018, 17:52:11 UTC
Intel compilers define `__cpp_constexpr` to `200704` even in C++14 mode.
This indicates that the `cxx_relaxed_constexpr` feature is not
available.  However, Intel 17 and above document support for it.  In
commit v3.8.0~9^2 (Features: Update features for Intel C++ 17.0.2 on
UNIX, 2017-03-31) we added a special check for this case.  Intel 17 and
19 work.  However, Intel 18 does not seem to work and fails our test
case.  Add a special case to disable the feature for Intel 18.
1 parent 07bddea
Raw File
Tip revision: f719a13c28690fb44fbcd02ad1b5b9724c962d6b authored by Brad King on 04 June 2018, 17:47:04 UTC
Features: Add special case to disable relaxed constexpr for Intel 18
Tip revision: f719a13
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top