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-07-27 20:02:44 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-07-27 20:02:44 +0300
commite8869d9c7110f17c5fed6929410273d8a8105808 (patch)
tree1f67e22ec8d65ac3ecfedff079199e9417fbd9e4 /tests/gtests
parent729da8bfac05b3f71cb2cbb9992aa505920fb5e6 (diff)
parent2584a2a4e7b2cb657c863e35a62afd83e5bbafb8 (diff)
Merge remote-tracking branch 'origin/blender-v2.90-release'
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/runner/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/runner/CMakeLists.txt b/tests/gtests/runner/CMakeLists.txt
index 8f9bc225678..59537aab571 100644
--- a/tests/gtests/runner/CMakeLists.txt
+++ b/tests/gtests/runner/CMakeLists.txt
@@ -82,5 +82,5 @@ gtest_discover_tests(blender_test
# So that unit tests know where to find files:
EXTRA_ARGS
--test-assets-dir "${CMAKE_SOURCE_DIR}/../lib/tests"
- --test-release-dir "$<TARGET_FILE_DIR:blender>/${BLENDER_VERSION}"
+ --test-release-dir "${CMAKE_INSTALL_PREFIX}/${BLENDER_VERSION}"
)