Skip to content

FindOpenMP: Support full paths for OMP libraries

Christian Pfeiffer requested to merge ChrisTX/cmake:findopenmp-lib-paths into master

Should there be a full path to a library being found for OpenMP, the current FindOpenMP won't be able to handle it. Furthermore, libraries found in CMAKE_<LANG>_STANDARD_LIBRARIES will be filtered out.

Fixes: #17351 (closed)

Edited by Christian Pfeiffer

Merge request reports