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-10-29 19:43:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-29 19:43:54 +0400
commiteb69d1c1ae0e088d86b25c46f9a99d4c08c7ede1 (patch)
treee6919338ec3c6d8ace44a71ec119bf860294c29d /source/tests
parent76288fad8cb09567f31804536ba687997898b3e5 (diff)
style cleanup: also quiet harmless compiler warning.
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt
index 2bad58699a8..070d9adeb34 100644
--- a/source/tests/CMakeLists.txt
+++ b/source/tests/CMakeLists.txt
@@ -29,9 +29,9 @@ 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})
-#~ if(NOT IS_DIRECTORY ${TEST_SRC_DIR})
-#~ message(FATAL_ERROR "CMake test directory not found!")
-#~ endif()
+#~ if(NOT IS_DIRECTORY ${TEST_SRC_DIR})
+#~ message(FATAL_ERROR "CMake test directory not found!")
+#~ endif()
# all calls to blender use this
if(APPLE)