Skip to content

Commit

Permalink
Added gomp to gui .pro
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Semeraro committed Aug 23, 2021
1 parent a8f0c83 commit fb18f41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui/build/pumaGUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ INCLUDEPATH += $${BUILD_PREFIX}/include
INCLUDEPATH += $${BUILD_PREFIX}/include/eigen3/Eigen
INCLUDEPATH += $${INSTALL_PREFIX}/include

LIBS += -L$${BUILD_PREFIX}/lib -ltiff -lfftw3_threads -lfftw3 -lomp
LIBS += -L$${BUILD_PREFIX}/lib -ltiff -lfftw3_threads -lfftw3
mac{LIBS += -lomp}
unix:!macx {LIBS += -lgomp}
LIBS += -L$${INSTALL_PREFIX}/lib -lPuMA

QMAKE_RPATHDIR += $${INSTALL_PREFIX}/lib
Expand Down

0 comments on commit fb18f41

Please sign in to comment.