Prevent 'in' folder from being created in output directory (#34979)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Thu, 16 Apr 2020 03:03:45 +0000 (20:03 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2020 03:03:45 +0000 (20:03 -0700)
eng/native/functions.cmake

index 9a50149..b7f8f46 100644 (file)
@@ -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})