Skip to content

Commit de792ce

Browse files
committed
Attempt qt5_path
1 parent a5e4d04 commit de792ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ install:
5656

5757
script:
5858
- cd bin
59-
- cmake -GNinja -DTRAVIS_BUILD:BOOL=ON -DUSER_PYTHON_VERSION="${PYTHON_VERSION}" -DWITH_OSPRAY:BOOL=${OSPRAY_BUILD} -DQT5_BUILD:BOOL=${QT5} ../Superbuild
59+
- cmake -GNinja -DTRAVIS_BUILD:BOOL=ON -DUSER_PYTHON_VERSION="${PYTHON_VERSION}" -DWITH_OSPRAY:BOOL=${OSPRAY_BUILD} -DQT5_BUILD:BOOL=${QT5} -DQt5_PATH=$(brew --prefix qt)/clang_64 ../Superbuild
6060
- travis_wait 80 ninja
6161
- cd SCIRun
6262
- ./Algorithm_Layer_Test

0 commit comments

Comments
 (0)