mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
FindGTK2: Search homebrew paths for arch-specific headers
Without this, CMake fails to find brew-installed GTK2 on macOS. With it, GTK2 is found.
This commit is contained in:
@@ -313,6 +313,7 @@ function(_GTK2_FIND_INCLUDE_DIR _var _hdr)
|
||||
/usr/openwin/lib
|
||||
/sw/lib
|
||||
/opt/local/lib
|
||||
/opt/homebrew/lib
|
||||
/usr/pkg/lib
|
||||
/usr/pkg/include/glib
|
||||
$ENV{GTKMM_BASEPATH}/include
|
||||
|
||||
Reference in New Issue
Block a user