[Bf-blender-cvs] [a86dda2a804] functions: fix cmake after merge

Jacques Lucke noreply at git.blender.org
Fri Sep 13 12:33:56 CEST 2019


Commit: a86dda2a8041e991e535ac415438acadd4829553
Author: Jacques Lucke
Date:   Fri Sep 13 12:27:35 2019 +0200
Branches: functions
https://developer.blender.org/rBa86dda2a8041e991e535ac415438acadd4829553

fix cmake after merge

===================================================================

M	source/blender/blenlib/CMakeLists.txt

===================================================================

diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index cd51f70e4c3..0f609622f10 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -264,18 +264,11 @@ set(SRC
   BLI_object_pool.h
   BLI_optional.h
   BLI_refcount.h
-  BLI_map.h
   BLI_multi_map.h
-  BLI_set.h
-  BLI_set_vector.h
   BLI_chunked_range.h
-  BLI_string_map.h
-  BLI_string_ref.h
   BLI_timeit.h
   BLI_vector_adaptor.h
   BLI_multi_vector.h
-  BLI_open_addressing.h
-  BLI_hash_cxx.h
   BLI_utility_mixins.h
 )



More information about the Bf-blender-cvs mailing list