File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,14 @@ jobs:
133133 run : |
134134 sudo port install qt6 qt6-qtcharts qt6-qthttpserver qt6-qtwebsockets
135135 ls -al /opt/local/lib/cmake
136- echo "OPENIA_CMAKE_OPTIONS=${{env.OPENIA_CMAKE_OPTIONS}} -DQt6Charts_DIR:PATH=/opt/local/lib/cmake/Qt6Charts -DQt6HttpServer_DIR:PATH=/opt/local/lib/cmake/Qt6HttpServer -DQt6WebSockets_DIR:PATH=/opt/local/lib/cmake/Qt6WebSockets" >> "$GITHUB_ENV"
136+ echo "port contents qt6-qtcharts:"
137+ port contents qt6-qtcharts
138+ echo "port contents qt6-qthttpserver:"
139+ qt6-qthttpserver
140+ echo "port contents qt6-qtwebsockets:"
141+ qt6-qtwebsockets
142+ echo "OPENIA_CMAKE_OPTIONS=${{env.OPENIA_CMAKE_OPTIONS}} -DModule_AdaptiveThreshold:BOOL=OFF -DModule_Remote:BOOL=OFF" >> "$GITHUB_ENV"
143+ # -DQt6Charts_DIR:PATH= -DQt6HttpServer_DIR:PATH=/opt/local/lib/cmake/Qt6HttpServer -DQt6WebSockets_DIR:PATH=/opt/local/lib/cmake/Qt6WebSockets
137144
138145 # #################################################################
139146 # VR: OpenXR, OpenVR, boost
You can’t perform that action at this time.
0 commit comments