Commit: 2ee37e9031ecd824526e0bb466d9ecea43a12671 Author: Campbell Barton Date: Thu Jan 6 13:54:53 2022 +1100 Branches: master https://developer.blender.org/rB2ee37e9031ecd824526e0bb466d9ecea43a12671
Cleanup: remove redundant/unused assignment SRC was being assigned invalid values then overwritten. =================================================================== M source/blender/editors/io/CMakeLists.txt =================================================================== diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt index e4f17c1b6ac..83cdba4e54b 100644 --- a/source/blender/editors/io/CMakeLists.txt +++ b/source/blender/editors/io/CMakeLists.txt @@ -37,19 +37,6 @@ set(INC_SYS ) -set(SRC - io_alembic.c - ../../io/usd - ../../makesdna - ../../makesrna - ../../windowmanager - ../../../../intern/guardedalloc -) - -set(INC_SYS - -) - set(SRC io_alembic.c io_cache.c _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
