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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-06-18 20:28:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-06-18 20:28:27 +0400
commit72b607ab7428d7900acc52e6b40dbd579a72241c (patch)
tree8c3ac655764fb9b27369d4a81c893559f7f2279d /build_files/cmake
parent306cbb82ecf0d7c1ba4fb0a1240175b1976bd25b (diff)
Some WITH_TESTS weer not renamed to WITH_GTEST
Diffstat (limited to 'build_files/cmake')
-rw-r--r--build_files/cmake/Modules/GTestTesting.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/Modules/GTestTesting.cmake b/build_files/cmake/Modules/GTestTesting.cmake
index c039a1e1760..fd0379b8f78 100644
--- a/build_files/cmake/Modules/GTestTesting.cmake
+++ b/build_files/cmake/Modules/GTestTesting.cmake
@@ -13,7 +13,7 @@
#=============================================================================
macro(BLENDER_SRC_GTEST NAME SRC EXTRA_LIBS)
- if(WITH_TESTS)
+ if(WITH_GTESTS)
get_property(_current_include_directories
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
PROPERTY INCLUDE_DIRECTORIES)