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:
authorCampbell Barton <ideasman42@gmail.com>2012-11-03 19:49:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-03 19:49:38 +0400
commitff014a30778fb685845e8fc832e3791dba004e68 (patch)
tree1e976ee812559ace702b3db95a2110a0d9927a73 /source/tests
parent9db3f2368cb933002a48291c69170922eeb0256d (diff)
code cleanup: cmake - add missing headers, remove directories from source listing.
also remove logImageLib.c - empty file.
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 070d9adeb34..dd84882bea3 100644
--- a/source/tests/CMakeLists.txt
+++ b/source/tests/CMakeLists.txt
@@ -27,7 +27,7 @@ set(TEST_SRC_DIR ${CMAKE_SOURCE_DIR}/../lib/tests)
set(TEST_OUT_DIR ${CMAKE_BINARY_DIR}/tests)
# ugh, any better way to do this on testing only?
-execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${TEST_OUT_DIR})
+execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${TEST_OUT_DIR})
#~ if(NOT IS_DIRECTORY ${TEST_SRC_DIR})
#~ message(FATAL_ERROR "CMake test directory not found!")