| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The fix from last week (ce9927f7327bc71ade246108a7d984deda6293fd)
worked for downloading most dependencies, but there is still one
BITS transfer code path, which this fix addresses.
|
|
|
|
enable mixing VS2015 and VS2017
|
|
|
|
|
|
|
|
Importance=Normal
|
|
|
|
|
|
|
|
of cmake changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add glib
|
|
|
|
|
|
This reverts commit ccd3e399f023129a39bb9a402324676a9391a970.
|
|
Fixes #460.
|
|
|
|
|
|
|
|
|
|
Since 7zip is distribute as installer only (no archive) we use msiexec to extract the installer without installing it. msiexec should be available on all windows computers (located in C:/Windows/system32)
|
|
|
|
|
|
|
|
|
|
|
|
$(TargetPath) is a simpler way of getting the primary output than assembling it from multiple variables. In addition, $(OutputType) matches $(TargetExt) only for .exe projects.
|
|
VCPKG_CMAKE_SYSTEM_NAME instead.
|
|
implementing our own registry and they don't nest very well at all.
Fixes #334.
|
|
It is customary to use find_X() in CMake, so automatic paths are not needed.
|
|
|
|
|