Cvpcb link process: add missing openmp lib (used by 3d viewer since rev 5544) in library list to link.

This commit is contained in:
jean-pierre charras 2015-05-08 08:11:06 +02:00
parent 7eaceffd35
commit 84c77aebc5
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ target_link_libraries( cvpcb_kiface
gal
${wxWidgets_LIBRARIES}
${GDI_PLUS_LIBRARIES}
${OPENMP_LIBRARIES} # used by 3d viewer
)
if( BUILD_GITHUB_PLUGIN )