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.vfx@gmail.com>2017-05-30 12:09:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-05-30 12:09:44 +0300
commit15692c8cfe5aac896227cfd4594e0a6f84df01b0 (patch)
tree943c10dd03f6d96af53a809220e02a309521163f /source/blender/depsgraph/CMakeLists.txt
parentfb829480431250073bd50ecd89b6b9045b89a9c8 (diff)
Move hash_combine utility function to a more generic place
This way everyone can benefit from it, not only dependency graph.
Diffstat (limited to 'source/blender/depsgraph/CMakeLists.txt')
-rw-r--r--source/blender/depsgraph/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index e635256cda6..b664af570b1 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -88,7 +88,6 @@ set(SRC
intern/depsgraph_types.h
util/deg_util_function.h
- util/deg_util_hash.h
)
if(WITH_CXX11)