projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff43d04
)
fix for path to buildtools.coreclr package
author
Rahul Kumar
<rahku@microsoft.com>
Fri, 29 Jan 2016 22:00:48 +0000
(14:00 -0800)
committer
Rahul Kumar
<rahku@microsoft.com>
Fri, 29 Jan 2016 22:00:48 +0000
(14:00 -0800)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index dfbd1e50414730681e0e859a6b4719c7b3689674..703d28ee64507e690ec35300647e31f6c27508c0 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-796,6
+796,6
@@
endif(WIN32)
# Microsoft.Dotnet.BuildTools.Coreclr version
set(BuildToolsVersion "1.0.4-prerelease")
-set(BuildToolsDir "${CLR_DIR}/packages/Microsoft.DotNet.BuildTools.CoreCLR
.
${BuildToolsVersion}")
+set(BuildToolsDir "${CLR_DIR}/packages/Microsoft.DotNet.BuildTools.CoreCLR
/
${BuildToolsVersion}")
add_subdirectory(src)