Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-12Add handling of multiple CMake installations in probe-win (#5378)Jan Kotas
Port dotnet/coreclr#9980 curl https://github.com/dotnet/coreclr/commit/6c73fd9440a68f064f4767347a4401155ee88899.patch | git am -p 4 --directory='src/Native/' --reject * Add handling of multiple CMake installations in probe-win Check if multiple CMake versions are installed, and use by default the first path available Fixes #8221 * Fix typo in value accessor * Restore previous null check in probe_win * Remove redundant assignment
2018-02-11Improve CMake detection on Windows when not in PATH (#5372)Adeel Mujahid
In CMake v10.2, the key `hklm:\SOFTWARE\Kitware` returns: ```powershell Hive: HKEY_LOCAL_MACHINE\SOFTWARE\Kitware Name Property ---- -------- CMake InstallDir : C:\Program Files\CMake\ ``` with no space after `CMake` and property name `InstallDir`, instead of `'(default)'`.
2015-10-15Enable building Native via cmake on WindowsJan Vorlicek
This change enables building everything under src/Native using cmake. To build it, run the nativebuild.cmd in the root of the enlistment.