mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 13:14:58 +00:00
Add Homebrew Qt5 path hint
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user