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:
authorSybren A. Stüvel <sybren@blender.org>2020-11-26 15:05:46 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-11-26 15:05:46 +0300
commit781429a8b0b423402ce25eae60118e7a72523794 (patch)
treec14b81cc0962ce5881a2573ff2ef69664c8e672e /build_files/cmake/Modules
parent0062b34e9413631cecf992af6fde146a5ddcf866 (diff)
Cleanup: clearer marking of what was changed in GTestAddTests.cmake
Replace `Blender` with `BLENDER` so that it's more clearly a marker, and not just the name. No functional changes.
Diffstat (limited to 'build_files/cmake/Modules')
-rw-r--r--build_files/cmake/Modules/GTestAddTests.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/build_files/cmake/Modules/GTestAddTests.cmake b/build_files/cmake/Modules/GTestAddTests.cmake
index 850504bdbea..116531bb07b 100644
--- a/build_files/cmake/Modules/GTestAddTests.cmake
+++ b/build_files/cmake/Modules/GTestAddTests.cmake
@@ -1,7 +1,10 @@
# Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file BSD-3-Clause-license.txt for details.
-# Blender: disable ASAN leak detection when trying to discover tests.
+# Changes made to this script have been marked with "BLENDER".
+
+
+# BLENDER: disable ASAN leak detection when trying to discover tests.
set(ENV{ASAN_OPTIONS} "detect_leaks=0")
cmake_minimum_required(VERSION ${CMAKE_VERSION})