mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
5a5242aee4
Fixes `OUTPUT_VARIABLE`, `ERROR_VARIABLE`. vcpkg always wants logfiles. CMake (`execute_process`) doesn't send stdout/stderr to files and variables at the same time, and even "the precedence is not specified". So simultaneous output has to be handled in `vcpkg_execute_required_process`. At this occasion, port the arguments for stripping trailing whitespace. `tensorflow-common` implicitly relied on the broken behavior. I chose the minimal fix: drop the pointless calls, just set the empty value. |
||
---|---|---|
.. | ||
change-macros-for-static-lib.patch | ||
convert_lib_params_linux.py | ||
convert_lib_params_macos.py | ||
convert_lib_params_windows.py | ||
fix-build-error.patch | ||
fix-windows-build.patch | ||
generate_static_link_cmd_linux.py | ||
generate_static_link_cmd_macos.py | ||
generate_static_link_cmd_windows.py | ||
LICENSE.txt | ||
portfile.cmake | ||
README-linux | ||
README-macos | ||
README-windows | ||
tensorflow-common.cmake | ||
tensorflow-config-shared.cmake.in | ||
tensorflow-config-static.cmake.in | ||
tensorflow-config-windows-dll.cmake.in | ||
tensorflow-config-windows-lib.cmake.in | ||
vcpkg.json |