Blender Git Commit Log
Git Commits -> Revision 34b3a95
Revision 34b3a95 by Ray molenkamp (master) July 30, 2019, 17:46 (GMT) |
Cmake/windows: Fix vcpkg bypassing our libs folder. Occasionally we get reports of people that build blender and end up with either build errors or end up with builds that do not run on other systems. The root cause is when you install vpckg and integrate it into the build system it puts the search path for its includes and libraries before anything else. previously we told people to either uninstall vcpkg or remove the conflicting packages, which was not great. this change opts out of the use of vcpkg for blender only, so people can keep using it for other work without issues. |
Commit Details:
Full Hash: 34b3a9583ac2433dd8d223d2bd098adc30bc72bd
Parent Commit: 9d7a03a
Lines Changed: +6, -0
1 Modified Path:
/source/creator/CMakeLists.txt (+6, -0) (Diff)