Skip to content

FindGLUT: Use link directories for libs from pkg-config

Silvio Traversaro requested to merge (removed):fix23229 into master

Since !6251 (merged), the GLUT_LIBRARIES may come from pkg-config, in which case they may be -l flags instead of absolute paths. Propagate GLUT_LIBRARY_DIRS to GLUT::GLUT too.

Fixes: #23229 (closed)
Backport: release
Topic-rename: FindGLUT-link-dirs

Edited by Brad King

Merge request reports