summaryrefslogtreecommitdiff
path: root/crosscomponents.cmake
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-03-08 22:43:13 -0800
committerGitHub <noreply@github.com>2018-03-08 22:43:13 -0800
commit58b404512a589a9b7cfc917d7217596c5607fe13 (patch)
tree12e41f75deaf97c6d8fbaf604d1112915aadab24 /crosscomponents.cmake
parente6dd9e0144cb92526572a5d362af3b9d7d005148 (diff)
downloadcoreclr-58b404512a589a9b7cfc917d7217596c5607fe13.tar.gz
coreclr-58b404512a589a9b7cfc917d7217596c5607fe13.tar.bz2
coreclr-58b404512a589a9b7cfc917d7217596c5607fe13.zip
Don't build superpmi as crosscomponent (#16729)
* Don't build superpmi as crosscomponent * Replace install with _install in all superpmi CMakeLists.txt files
Diffstat (limited to 'crosscomponents.cmake')
-rw-r--r--crosscomponents.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/crosscomponents.cmake b/crosscomponents.cmake
index f68587d04f..be50ffa9d9 100644
--- a/crosscomponents.cmake
+++ b/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()