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
when toolchain file include() another file, obtain to the included files doesn't invalidate vcpkg binarycache and doesn't trigger rebuild
Expected behavior
included files are taken into account when calculating toolchain file hash
Additional context
get_toolchain_cache function just hashes the toolchain file content , which ignores any includes. Hashing result of cmake --trace -P toolchain.cmake might give a better result
The text was updated successfully, but these errors were encountered:
Describe the bug
when toolchain file
include()
another file, obtain to the included files doesn't invalidate vcpkg binarycache and doesn't trigger rebuildExpected behavior
included files are taken into account when calculating toolchain file hash
Additional context
get_toolchain_cache
function just hashes the toolchain file content , which ignores any includes. Hashing result ofcmake --trace -P toolchain.cmake
might give a better resultThe text was updated successfully, but these errors were encountered: