mirror of https://github.com/AxioDL/amuse.git
Add Homebrew Qt5 path hint
This commit is contained in:
parent
6c7094f6fb
commit
70380d8fbc
|
@ -157,7 +157,7 @@ if(TARGET boo AND NOT WINDOWS_STORE AND NOT NX)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
find_package(Qt5 COMPONENTS Widgets)
|
find_package(Qt5 COMPONENTS Widgets PATHS /usr/local/opt/qt)
|
||||||
if (Qt5Widgets_FOUND)
|
if (Qt5Widgets_FOUND)
|
||||||
message(STATUS "Qt5 found, amuse-gui will be built")
|
message(STATUS "Qt5 found, amuse-gui will be built")
|
||||||
add_subdirectory(Editor)
|
add_subdirectory(Editor)
|
||||||
|
|
Loading…
Reference in New Issue