From 037d5228a1df93a9e6dfba320593792f667014b2 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Mon, 3 Feb 2014 14:34:47 +0100 Subject: 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 --- source/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests') 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() -- cgit v1.2.3