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:
authorJens Verwiebe <info@jensverwiebe.de>2012-01-10 23:01:27 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-01-10 23:01:27 +0400
commit538a9a2fd375982642611a07135ea2f62acbfc7c (patch)
tree7719737f38e9733225ab6107a44f197a20c259b2 /source/creator
parent68a2ac668edd0ccab74361dfd790d98cb9fc7ab1 (diff)
OSX: cleanup for cmake MODULE compile, not working yet, needs more investigation
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 0938798c185..180d0123ae6 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -173,9 +173,7 @@ if(WITH_PYTHON_MODULE)
PREFIX ""
OUTPUT_NAME bpy
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
- RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin # only needed on windows
)
- TARGET_LINK_LIBRARIES(blender -Wl,-undefined -Wl,dynamic_lookup)
else(APPLE)
add_library(blender SHARED ${SRC})