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 /tests/gtests/CMakeLists.txt
parent306cbb82ecf0d7c1ba4fb0a1240175b1976bd25b (diff)
Some WITH_TESTS weer not renamed to WITH_GTEST
Diffstat (limited to 'tests/gtests/CMakeLists.txt')
-rw-r--r--tests/gtests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/CMakeLists.txt b/tests/gtests/CMakeLists.txt
index eb83c172409..2ab62fa05b0 100644
--- a/tests/gtests/CMakeLists.txt
+++ b/tests/gtests/CMakeLists.txt
@@ -1,6 +1,6 @@
# GTest
-if(WITH_TESTS)
+if(WITH_GTESTS)
Include(GTestTesting)