Skip to content

Commit 5bf7229

Browse files
committed
gha: build - fix openMP include link
1 parent a5edd3f commit 5bf7229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
#port contents qt6-qthttpserver
137137
#port contents qt6-qtwebsockets
138138
echo "OPENIA_CMAKE_OPTIONS=${{env.OPENIA_CMAKE_OPTIONS}} -DQt6Charts_DIR:PATH=/opt/local/libexec/qt6/lib/cmake/Qt6Charts -DQt6HttpServer_DIR:PATH=/opt/local/libexec/qt6/lib/cmake/Qt6HttpServer -DQt6WebSockets_DIR:PATH=/opt/local/libexec/qt6/lib/cmake/Qt6WebSockets -DOpenMP_CXX_FLAGS:STRING=\"-Xpreprocessor -fopenmp -lomp\" -DOpenMP_CXX_INCLUDE_DIR:PATH=\"/opt/homebrew/opt/libomp/include\" -DOpenMP_libomp_LIBRARY:FILEPATH=\"/opt/homebrew/opt/libomp/lib/libomp.dylib\"" >> "$GITHUB_ENV"
139-
ln -s /opt/homebrew/opt/libomp/include/omp.h /usr/local/include/omp.h
139+
ln -s /opt/homebrew/opt/libomp/include/omp.h /usr/include/omp.h
140140
141141
##################################################################
142142
# VR: OpenXR, OpenVR, boost

0 commit comments

Comments
 (0)