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@blender.org>2020-08-11 13:36:25 +0300
committerSergey Sharybin <sergey@blender.org>2020-08-11 13:48:33 +0300
commit1b8778e314910cea940f7850a4b86e0ffb45dd65 (patch)
tree40f63559e321d4e818d55e8c91443c3f921e4b69 /source/blender/blenlib/tests/performance
parentaa4fb22cac0c8b653cc9925700bfce74dcc08574 (diff)
Cleanup: Strict compiler flags
Mainly caused by moving tests to source folder, which brings new compiler flags. Also, no need to extend include directories (to the non-existing paths, btw) since this is done by the CmakeList.txt which is in the blenlib folder.
Diffstat (limited to 'source/blender/blenlib/tests/performance')
-rw-r--r--source/blender/blenlib/tests/performance/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/tests/performance/CMakeLists.txt b/source/blender/blenlib/tests/performance/CMakeLists.txt
index c7cb65f78b2..88fbed0a49b 100644
--- a/source/blender/blenlib/tests/performance/CMakeLists.txt
+++ b/source/blender/blenlib/tests/performance/CMakeLists.txt
@@ -21,10 +21,6 @@
set(INC
.
..
- ../../../source/blender/blenlib
- ../../../source/blender/makesdna
- ../../../intern/guardedalloc
- ../../../intern/atomic
)
setup_libdirs()