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>2018-09-13 00:56:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-13 01:00:05 +0300
commite103618b281f4783b43b080d46e78f52fa2198db (patch)
treec723e1a6d5456826a4c650abea3dce321d7ad3a5 /source/blender/blenloader/CMakeLists.txt
parent07ab3eec01f812bffccb4e60f532b53ff198f4c8 (diff)
Cleanup: move cycles addon check out of versioning
Diffstat (limited to 'source/blender/blenloader/CMakeLists.txt')
-rw-r--r--source/blender/blenloader/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index cf8685ef824..e0453e71a05 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -94,11 +94,6 @@ if(WITH_ALEMBIC)
add_definitions(-DWITH_ALEMBIC)
endif()
-# Needed for versioning userdef.
-if(WITH_CYCLES)
- add_definitions(-DWITH_CYCLES)
-endif()
-
blender_add_lib(bf_blenloader "${SRC}" "${INC}" "${INC_SYS}")
# needed so writefile.c can use dna_type_offsets.h