Skip to content

Commit c836340

Browse files
authored
Merge pull request #6418 from mvieth/fix_macos_qt
Fix macOS CI build
2 parents 9a87106 + 96863ee commit c836340

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/azure-pipelines/build/macos.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
fetchDepth: 10
55
- script: |
66
brew install cmake
7-
brew install pkg-config boost eigen flann nanoflann glew libusb qhull vtk glew freeglut qt5 libpcap libomp suite-sparse zlib google-benchmark cjson
7+
brew install pkg-config boost eigen flann nanoflann glew libusb qhull vtk glew freeglut qt libpcap libomp suite-sparse zlib google-benchmark cjson
88
brew install brewsci/science/openni
99
git clone https://github.com/abseil/googletest.git $GOOGLE_TEST_DIR # the official endpoint changed to abseil/googletest
1010
cd $GOOGLE_TEST_DIR && git checkout release-1.8.1
@@ -17,7 +17,6 @@ steps:
1717
-DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS" \
1818
-DGTEST_SRC_DIR="$GOOGLE_TEST_DIR/googletest" \
1919
-DGTEST_INCLUDE_DIR="$GOOGLE_TEST_DIR/googletest/include" \
20-
-DQt5_DIR=/usr/local/opt/qt5/lib/cmake/Qt5 \
2120
-DPCL_ONLY_CORE_POINT_TYPES=ON \
2221
-DBUILD_surface_on_nurbs=ON -DUSE_UMFPACK=ON \
2322
-DBUILD_simulation=ON \

0 commit comments

Comments
 (0)