Use new brew package name syntax
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
if [ "$QT5" ]; then
|
||||
# Workaround; No FindQt5.cmake module exists
|
||||
CMAKE_PREFIX_PATH="$(brew --prefix qt55)"
|
||||
CMAKE_PREFIX_PATH="$(brew --prefix qt@5.5)"
|
||||
export CMAKE_PREFIX_PATH
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user