diff options
| author | codicodi <rob.ceglinski@gmail.com> | 2017-01-14 02:55:41 +0100 |
|---|---|---|
| committer | codicodi <rob.ceglinski@gmail.com> | 2017-01-14 02:55:41 +0100 |
| commit | eb7ccc1223f568d6d2df21b27eb890be93bc8186 (patch) | |
| tree | 5d4189533b53779809bb40ef18316fbded75692e /scripts/cmake | |
| parent | 5e1c18cd56db66c0a1f4f2816bc7938d47c1376d (diff) | |
| download | vcpkg-eb7ccc1223f568d6d2df21b27eb890be93bc8186.tar.gz vcpkg-eb7ccc1223f568d6d2df21b27eb890be93bc8186.zip | |
Revert "[glib] use win_iconv and add subdir for tools"
This reverts commit ccd3e399f023129a39bb9a402324676a9391a970.
Diffstat (limited to 'scripts/cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_copy_tool_dependencies.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/cmake/vcpkg_copy_tool_dependencies.cmake b/scripts/cmake/vcpkg_copy_tool_dependencies.cmake index 32c3eba0d..d8de15207 100644 --- a/scripts/cmake/vcpkg_copy_tool_dependencies.cmake +++ b/scripts/cmake/vcpkg_copy_tool_dependencies.cmake @@ -1,8 +1,8 @@ -# Copy dlls for all tools in TOOL_DIR +# Copy dlls for all tools in ${CURRENT_PACKAGES_DIR}/tools -function(vcpkg_copy_tool_dependencies TOOL_DIR) +function(vcpkg_copy_tool_dependencies) macro(search_for_dependencies PATH_TO_SEARCH) - file(GLOB TOOLS ${TOOL_DIR}/*.exe ${TOOL_DIR}/*.dll) + file(GLOB TOOLS ${CURRENT_PACKAGES_DIR}/tools/*.exe ${CURRENT_PACKAGES_DIR}/tools/*.dll) foreach(TOOL ${TOOLS}) execute_process(COMMAND powershell -noprofile -executionpolicy UnRestricted -nologo -file ${VCPKG_ROOT_DIR}/scripts/buildsystems/msbuild/applocal.ps1 |
