Skip to content

FindOpenMP: Restore support for Intel on Windows

Roland Schulz requested to merge rolandschulz/cmake:fix-17910 into master

The change in !1481 (merged) broke support for Intel on Windows. The value of OpenMP_${LANG}_IMPLICIT_LINK_DIRS is empty for this compiler, so we must search default paths too.

Fixes: #17910 (closed)
Topic-rename: FindOpenMP-Intel-Windows

Edited by Brad King

Merge request reports