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:
authorAdeel Mujahid <adeelbm@outlook.com>2020-03-10 03:08:21 +0300
committerGitHub <noreply@github.com>2020-03-10 03:08:21 +0300
commit253a0b4fb3fd1ae1860f121d9260eaae94ded701 (patch)
treef4d64b1383d9012cc1c21c0dc053952ad5efddd2 /src/coreclr/CMakeLists.txt
parent1e04f68b1b97bf36e4f1fc75ea23b9d156c19920 (diff)
Consolidate objcopy detection (#33342)
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index f0baa256590..09072e1e2eb 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -7,9 +7,6 @@ project(CoreCLR)
include(${CLR_ENG_NATIVE_DIR}/configureplatform.cmake)
-# Include cmake functions
-include(${CLR_ENG_NATIVE_DIR}/functions.cmake)
-
if (CLR_CMAKE_HOST_WIN32)
message(STATUS "VS_PLATFORM_TOOLSET is ${CMAKE_VS_PLATFORM_TOOLSET}")
message(STATUS "VS_PLATFORM_NAME is ${CMAKE_VS_PLATFORM_NAME}")