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:
authorJan Kotas <jkotas@microsoft.com>2019-12-18 00:39:23 +0300
committerGitHub <noreply@github.com>2019-12-18 00:39:23 +0300
commit5cc60197e8b9298f463ef832e4d04beb8d8380a9 (patch)
tree57917482a71dc9cf181154aa4e4c7b3c26ddd1bd /src/coreclr/CMakeLists.txt
parent6c913873ea5c4b7234b6eb1ade50437a163902da (diff)
Move System.Globalization.Native under libraries (#875)
- Delete Microsoft.NETCore.Native package - Unify CMake files with the rest of libraries/native - Fix pedantic warnings - Comment out assert (https://github.com/dotnet/runtime/issues/946) - Delete dlclose during shutdown. It is not safe to unload any libraries that the runtime depends on. - Install ICU for libraries build in the CI Fixes https://github.com/dotnet/coreclr/issues/22391
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index 226f0af522b..8b54f9b271f 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -131,10 +131,6 @@ include(pgosupport.cmake)
# - project which require platform header not clr's
# - do not depend on clr's compile definitions
#-----------------------------------------
-if(CLR_CMAKE_PLATFORM_UNIX AND NOT DEFINED CLR_CROSS_COMPONENTS_BUILD)
- add_subdirectory(src/corefx)
-endif()
-
if(CLR_CMAKE_PLATFORM_UNIX)
add_subdirectory(src/pal)
add_subdirectory(src/coreclr/hosts)