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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-03-09 09:43:13 +0300
committerGitHub <noreply@github.com>2018-03-09 09:43:13 +0300
commit01cb8f79957f7b6d9181bc80c67936d6cb8ae8c6 (patch)
tree0a0ca306c50efbb8fe74cc58cd87fd79ccd1af94 /src/coreclr/crosscomponents.cmake
parentab808a7f0f472b5e9d0a97b3422cbff84ba3c5ab (diff)
Don't build superpmi as crosscomponent (dotnet/coreclr#16729)
* Don't build superpmi as crosscomponent * Replace install with _install in all superpmi CMakeLists.txt files Commit migrated from https://github.com/dotnet/coreclr/commit/58b404512a589a9b7cfc917d7217596c5607fe13
Diffstat (limited to 'src/coreclr/crosscomponents.cmake')
-rw-r--r--src/coreclr/crosscomponents.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/coreclr/crosscomponents.cmake b/src/coreclr/crosscomponents.cmake
index f68587d04f8..be50ffa9d90 100644
--- a/src/coreclr/crosscomponents.cmake
+++ b/src/coreclr/crosscomponents.cmake
@@ -8,13 +8,8 @@ set (CLR_CROSS_COMPONENTS_LIST
if(NOT CLR_CMAKE_PLATFORM_LINUX)
list (APPEND CLR_CROSS_COMPONENTS_LIST
- mcs
mscordaccore
mscordbi
sos
- superpmi
- superpmi-shim-collector
- superpmi-shim-counter
- superpmi-shim-simple
)
endif()