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
path: root/tests
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht>2022-01-12 21:32:02 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-01-13 12:40:38 +0300
commit29450a2af3dd1f3f52de82cfe689da22a6100e6d (patch)
tree9e032e7b7cfaffe5587db3d51e2568987b35e08d /tests
parent75a1a578bd5da53fd59ff6bc939ac80b8c65cbc2 (diff)
Build: remove usage of link_directories
We are now always using absolute paths for libraries, as recommended by the CMake docs. Followup to D9177.
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/runner/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gtests/runner/CMakeLists.txt b/tests/gtests/runner/CMakeLists.txt
index 4500aa7b30f..732ae08822b 100644
--- a/tests/gtests/runner/CMakeLists.txt
+++ b/tests/gtests/runner/CMakeLists.txt
@@ -44,7 +44,6 @@ else()
endif()
# This builds `bin/tests/blender_test`, but does not add it as a single test.
-setup_libdirs()
BLENDER_SRC_GTEST_EX(
NAME blender
SRC "${SRC}"