Blender Git Commit Log

Git Commits -> Revision 7944a1a

Revision 7944a1a by Ray molenkamp (master)
June 6, 2019, 02:51 (GMT)
Cmake/Windows: Fix numpy being unpacked every build.

Every time you build cmake it unpacks numpy. It is seemingly
very unhappy with OUTPUTS being directories rather than files.

The creating of the directory is not needed, so that step was easy
to resolve, next problem: was there was not a target that outputs
the tarball so it too was deemed out of date. Losing that dependency
as well, fixes the issue, while this is not great if we ever update
the libs in svn, we are planning to drastically change the way we
package python for windows so this is ok for now, but needs to be
addressed with the next python update, T65547 is the tracking ticket
for this.

Tested with VS2015/2017/2019 with both msbuild and ninja generators

Commit Details:

Full Hash: 7944a1aede0d1bb5fa1eb75c49a64c98cf4ba7c0
Parent Commit: 9c76b2c
Lines Changed: +2, -9

1 Modified Path:

/source/creator/CMakeLists.txt (+2, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021