tornavis/build_files
Ray Molenkamp c7b00ef625 MSVC: Fix cmake warnings with MSVC updates
CMake caches the location of the CRT runtime in the
MSVC_REDIST_DIR variable, and uses it to copy the required
dll's during the install phase.

This variable is only initialized when it does not exist.
Leading to issues when compiler updates are installed and
the compiler version slightly changes, cmake still looks
in the old location for the runtime and warns about the
files not existing.

This change fixes the issue by checking if the redist dir
exists and if not unsets it so InstallRequiredSystemLibraries
can have another go at figuring out where they live.
2020-09-03 12:39:49 -06:00
..
build_environment Make deps: Disabled assembly for GMP on Apple/arm64. 2020-09-03 10:11:59 +02:00
buildbot Fix buildbot macOS packaging error after recent changes 2020-08-04 17:13:09 +02:00
cmake MSVC: Fix cmake warnings with MSVC updates 2020-09-03 12:39:49 -06:00
package_spec Fix T63805: remove outdated and unused Linux package spec files 2020-01-27 12:22:01 +01:00
utils Fix git tag warning when running make update after recent changes 2020-07-16 14:26:37 +02:00
windows Windows: Add sccache support. 2020-04-20 12:51:43 -06:00