Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-05-20 20:15:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-20 20:15:16 +0400
commit7759b2743a5a41c16fd4ddc2943ba49c70a078b5 (patch)
treea3bafce72aa9900a5b7e40628d09f9a686f49178 /source/blender/blenlib/CMakeLists.txt
parent3758193c18a886faa5bb803dd378f24866e793e5 (diff)
code cleanup: replace PARALLEL define with _OPENMP
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index a9955f15016..0708b2fed4d 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -167,10 +167,6 @@ if(WITH_BINRELOC)
add_definitions(-DWITH_BINRELOC)
endif()
-if(WITH_OPENMP)
- add_definitions(-DPARALLEL=1)
-endif()
-
if(WIN32)
list(APPEND INC
../../../intern/utfconv