Commit: 037d5228a1df93a9e6dfba320593792f667014b2
Author: Jens Verwiebe
Date:   Mon Feb 3 14:34:47 2014 +0100
https://developer.blender.org/rB037d5228a1df93a9e6dfba320593792f667014b2

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

===================================================================

M       source/tests/CMakeLists.txt

===================================================================

diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt
index 9177d4a..0f29e26 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()

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to