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:
authorManish Godse <61718172+mangod9@users.noreply.github.com>2021-06-09 19:49:05 +0300
committerGitHub <noreply@github.com>2021-06-09 19:49:05 +0300
commit375fec2746812c726c11ec718b7282dd79ca23af (patch)
tree6bfc91a1a8a79b2646864ae73ecbb25ac89d6d9c /src/coreclr/tools
parent3852a7793a151b13426eac968ebe06efc297658f (diff)
exclude crossgen from build. (#53458)
* excluding crossgen from build. * Fix cross-component build break * Fix tests to not use crossgen * more test fixes. * switching R2R jobs to use cg2 by default * switch helix runs to use crossgen2
Diffstat (limited to 'src/coreclr/tools')
-rw-r--r--src/coreclr/tools/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coreclr/tools/CMakeLists.txt b/src/coreclr/tools/CMakeLists.txt
index e2e3083136b..8bc7696b332 100644
--- a/src/coreclr/tools/CMakeLists.txt
+++ b/src/coreclr/tools/CMakeLists.txt
@@ -1,4 +1,3 @@
-add_subdirectory(crossgen)
if (CLR_CMAKE_TARGET_WIN32 AND NOT CLR_CMAKE_CROSS_ARCH)
add_subdirectory(GenClrDebugResource)
add_subdirectory(InjectResource)