remove logic for old ccache versions, 32bit, comments

This commit is contained in:
tooomm 2026-07-07 18:07:27 +02:00
parent 544906042a
commit d90e5263e0
10 changed files with 47 additions and 55 deletions

View file

@ -47,7 +47,7 @@ if(USE_CCACHE)
endif()
endif()
if(WIN32 OR USE_VCPKG)
if(WIN32 OR USE_VCPKG) # Windows (including 64bit) or USE_VCPKG set
# Use vcpkg toolchain on Windows (and on macOS in CI)
set(CMAKE_TOOLCHAIN_FILE
${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake