From 8270d6062d96aa9e93ecba3a567052e587c96a9e Mon Sep 17 00:00:00 2001 From: tinysec Date: Sun, 7 Jun 2026 00:49:46 +0800 Subject: [PATCH] Clarify WDK7 toolchain copy policy --- cmake/wdk7.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmake/wdk7.cmake b/cmake/wdk7.cmake index ed3ca87..2c96ee8 100644 --- a/cmake/wdk7.cmake +++ b/cmake/wdk7.cmake @@ -1,7 +1,10 @@ # WDK7-only CMake toolchain. # # WDK7 CMake toolchain version: v1.0.1. -# Downstream repositories should keep this file in sync with this source copy. +# Canonical source: +# https://github.com/tinysec/setup-wdk7/blob/master/cmake/wdk7.cmake +# Downstream repositories may copy this file, but must not modify their local +# copies. Update downstream copies only by syncing from the canonical source. # # Usage: # cmake -S . -B build-wdk7 -G "NMake Makefiles" ^