projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f8cfd4
)
Prevent 'in' folder from being created in output directory (#34979)
author
Juan Hoyos
<juan.hoyos@microsoft.com>
Thu, 16 Apr 2020 03:03:45 +0000
(20:03 -0700)
committer
GitHub
<noreply@github.com>
Thu, 16 Apr 2020 03:03:45 +0000
(20:03 -0700)
eng/native/functions.cmake
patch
|
blob
|
history
diff --git
a/eng/native/functions.cmake
b/eng/native/functions.cmake
index
9a50149
..
b7f8f46
100644
(file)
--- a/
eng/native/functions.cmake
+++ b/
eng/native/functions.cmake
@@
-338,7
+338,7
@@
function(install_clr)
if (NOT DEFINED CLR_CROSS_COMPONENTS_LIST OR NOT ${INDEX} EQUAL -1)
strip_symbols(${targetName} symbol_file)
- foreach(destination
in
${destinations})
+ foreach(destination ${destinations})
# We don't need to install the export libraries for our DLLs
# since they won't be directly linked against.
install(PROGRAMS $<TARGET_FILE:${targetName}> DESTINATION ${destination})