Re: [Kicad-developers] [PATCH 3/4] Allow OpenMP with non-gcc compilers

2015-12-09 Thread Wayne Stambaugh
Patch committed in r6363. Thanks. On 12/1/2015 2:14 AM, Simon Richter wrote: > > This simply moves the OpenMP handling code out of the gcc specific block > with no code changes. This is safe because OpenMP detection is portable. > --- > CMakeLists.txt | 33 +++-- > 1

[Kicad-developers] [PATCH 3/4] Allow OpenMP with non-gcc compilers

2015-11-30 Thread Simon Richter
This simply moves the OpenMP handling code out of the gcc specific block with no code changes. This is safe because OpenMP detection is portable. --- CMakeLists.txt | 33 +++-- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.