From 70380d8fbcbc619ef815f64750817ca1052bb9f9 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 24 May 2020 12:02:39 -0400 Subject: [PATCH] Add Homebrew Qt5 path hint --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db0c01d..775b726 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,7 +157,7 @@ if(TARGET boo AND NOT WINDOWS_STORE AND NOT NX) endif() # Editor - find_package(Qt5 COMPONENTS Widgets) + find_package(Qt5 COMPONENTS Widgets PATHS /usr/local/opt/qt) if (Qt5Widgets_FOUND) message(STATUS "Qt5 found, amuse-gui will be built") add_subdirectory(Editor)