[Bug 223678] devel/cmake: find_package(OpenMP) doesn't find the openmp package

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 16 14:53:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678

--- Comment #6 from Adriaan de Groot <adridg at freebsd.org> ---
On 12-CURRENT amd64, base clang will find OpenMP if I add
`-DCMAKE_CXX_FLAGS="-I/usr/local/include -L/usr/local/lib"` (which makes sense,
given that OpenMP is found in $LOCALBASE). So it may be sufficient to massage
the Find-module to look in more places when searching for includes and
libraries.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list