mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +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. |
||
---|---|---|
.. | ||
portfile.cmake | ||
test-vcpkg_backup_restore_env_vars.cmake | ||
test-vcpkg_execute_required_process.cmake | ||
test-vcpkg_fixup_pkgconfig.cmake | ||
test-vcpkg_host_path_list.cmake | ||
test-vcpkg_list.cmake | ||
test-vcpkg_minimum_required.cmake | ||
test-z_vcpkg_calculate_corrected_rpath_macho.cmake | ||
test-z_vcpkg_calculate_corrected_rpath.cmake | ||
test-z_vcpkg_cmake_config_fixup_merge.cmake | ||
test-z_vcpkg_function_arguments.cmake | ||
test-z_vcpkg_setup_pkgconfig_path.cmake | ||
vcpkg.json |