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-01-06 12:19:58 +0300
committerJan Vorlicek <janvorli@microsoft.com>2020-01-06 12:19:58 +0300
commitfd5625087f1832077a2a6aeec2d7480ca59e97ab (patch)
treefc6f40b2dab8d2b305c221fa289797fc5cb09b71 /src/coreclr/CMakeLists.txt
parent1504450d49957def89e2caa01288518af14467e8 (diff)
Share compiler config code between libs and coreclr (#1072)
* Share compiler config code between libs and coreclr
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index f88df467085..bdaa8d03ca1 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -115,7 +115,7 @@ endif(WIN32)
# Configure compiler settings for environment
#----------------------------------------------------
include(configurecompiler.cmake)
-include(configuretools.cmake)
+include(${CLR_COMMON_DIR}/configuretools.cmake)
#----------------------------------------------------
# Cross target Component build specific configuration