From 58b404512a589a9b7cfc917d7217596c5607fe13 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Thu, 8 Mar 2018 22:43:13 -0800 Subject: Don't build superpmi as crosscomponent (#16729) * Don't build superpmi as crosscomponent * Replace install with _install in all superpmi CMakeLists.txt files --- crosscomponents.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crosscomponents.cmake') 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() -- cgit v1.2.3