Skip to content

FindGLUT: Fix regression when pkg-config is not available

Brad King requested to merge brad.king/cmake:FindGLUT-pkg-config into master

In !7770 (merged) we accidentally removed the entire condition around the pkg-config code path instead of just the multi-config part.

Fixes: #24095 (closed)
Backport: release

Merge request reports