You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vcpkg install openvdb:arm64-linux make sure openvdb version is 12.0.0
Failure logs
execute_process(
COMMAND ${CMAKE_COMMAND} -E env "LANG=C" ${CMAKE_CXX_COMPILER} -xc -c /dev/null -Wa,-v -o/dev/null
OUTPUT_VARIABLE ASSEMBLER_VERSION_LINE_OUT
ERROR_VARIABLE ASSEMBLER_VERSION_LINE_ERR
OUTPUT_STRIP_TRAILING_WHITESPACE
ERROR_STRIP_TRAILING_WHITESPACE
) when build openvdb12 with vcpkg, this code returns version with Chinese Chars, although it should return only english chars. But with cmake,it works fine. so I think it is a bug of VCPKG itself.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Operating system
Linux Arm64 LANG=zh_cn.UTF-8
Compiler
GCC
Steps to reproduce the behavior
Failure logs
execute_process(
COMMAND ${CMAKE_COMMAND} -E env "LANG=C" ${CMAKE_CXX_COMPILER} -xc -c /dev/null -Wa,-v -o/dev/null
OUTPUT_VARIABLE ASSEMBLER_VERSION_LINE_OUT
ERROR_VARIABLE ASSEMBLER_VERSION_LINE_ERR
OUTPUT_STRIP_TRAILING_WHITESPACE
ERROR_STRIP_TRAILING_WHITESPACE
) when build openvdb12 with vcpkg, this code returns version with Chinese Chars, although it should return only english chars. But with cmake,it works fine. so I think it is a bug of VCPKG itself.
Additional context
No response
The text was updated successfully, but these errors were encountered: