From 0fb5c9117fdb9ad24184a2dad2ad1c8c66565aaa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 20 May 2013 14:38:43 +0000 Subject: no need to add own define for openmp. --- source/blender/python/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index db5817e6b38..d3905a6f413 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -170,10 +170,6 @@ if env['WITH_BF_OIIO']: if env['WITH_BF_PLAYER']: defs.append('WITH_PLAYER') -if env['WITH_BF_OPENMP']: - defs.append('WITH_OPENMP') - - if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-mingw', 'linuxcross', 'win64-vc'): incs += ' ' + env['BF_PTHREADS_INC'] -- cgit v1.2.3