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>2014-02-03 17:34:47 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-02-03 17:35:31 +0400
commit037d5228a1df93a9e6dfba320593792f667014b2 (patch)
tree148835339390a6244c9ebac2a5b2d9f6aae48b62 /source/tests
parent7fbb7e32fd4e50357ca4079b70f2917f412bcfa2 (diff)
OSX: tentative set back TEST_BLENDER_EXE to Debug hardcoded for xcode case,
did not found a way yet to use Configuration or run CTEST out of xcode
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt
index 9177d4a1b3d..0f29e26a66f 100644
--- a/source/tests/CMakeLists.txt
+++ b/source/tests/CMakeLists.txt
@@ -36,7 +36,7 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${TEST_OUT_DIR})
# all calls to blender use this
if(APPLE)
if(${CMAKE_GENERATOR} MATCHES "Xcode")
- set(TEST_BLENDER_EXE ${EXECUTABLE_OUTPUT_PATH}/$(CONFIGURATION)/blender.app/Contents/MacOS/blender)
+ set(TEST_BLENDER_EXE ${EXECUTABLE_OUTPUT_PATH}/Debug/blender.app/Contents/MacOS/blender)
else()
set(TEST_BLENDER_EXE ${EXECUTABLE_OUTPUT_PATH}/blender.app/Contents/MacOS/blender)
endif()