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:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e21f977302..10182f9518d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2334,7 +2334,7 @@ endif()
#-----------------------------------------------------------------------------
# Libraries
-if(WITH_TESTS)
+if(WITH_GTESTS)
include(GTestTesting)
endif()