feat use other version fmt

This commit is contained in:
tqcq
2024-03-23 15:43:07 +08:00
parent 56d57d5783
commit 66a838e375
58 changed files with 6587 additions and 26365 deletions

View File

@@ -1,7 +0,0 @@
# A CMake script to find SetEnv.cmd.
find_program(WINSDK_SETENV NAMES SetEnv.cmd
PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows;CurrentInstallFolder]/bin")
if (WINSDK_SETENV AND PRINT_PATH)
execute_process(COMMAND ${CMAKE_COMMAND} -E echo "${WINSDK_SETENV}")
endif ()