Commit 5efdac01 authored by Maciej Suminski's avatar Maciej Suminski Committed by Wayne Stambaugh

Fix MinGW OpenMP link error.

parent 40119534
......@@ -397,6 +397,10 @@ if( KICAD_SCRIPTING_MODULES )
)
endif()
if( ${OPENMP_FOUND} )
set_property( TARGET _pcbnew APPEND_STRING
PROPERTY LINK_FLAGS " ${OpenMP_CXX_FLAGS}" )
endif()
endif()
......
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