Commit 84c77aeb authored by jean-pierre charras's avatar jean-pierre charras

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

Cvpcb link process: add missing openmp lib (used by 3d viewer since rev 5544) in library list to link.
parent 7eaceffd
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment