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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-06-16 09:50:13 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-06-16 09:50:13 +0400
commit17ee056fc6d15abc4b69a24ceac0e7f3d4dffa47 (patch)
tree23d28adc5ce3d24da631131bd1255410d0df23b5 /source/creator/CMakeLists.txt
parent32c7e22d3696e3575f4b7d05c1f7140591e88809 (diff)
parent2e8ca6d1965bdcaaab672561aa2deddaf6b8f8b3 (diff)
Merged changes in the trunk up to revision 37539.
Conflicts resolved: source/blender/render/intern/source/pipeline.c Also fixed an inconsistent conflict resolution in the last commit with regard to release/scripts/startup/bl_ui/properties_render.py. This problem resulted in empty menus in the GUI.
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 4fcb8a66d5c..a7a6014498a 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -853,6 +853,12 @@ endif()
message(STATUS "Blender Skipping: (${REM_MSG})")
endif()
target_link_libraries(blender ${BLENDER_SORTED_LIBS})
+
+ unset(SEARCHLIB)
+ unset(SORTLIB)
+ unset(REMLIB)
+ unset(REM_MSG)
+
#else()
# target_link_libraries(blender ${BLENDER_LINK_LIBS})
#endif()