fix: remove comments that are now out-of-date

This commit is contained in:
DwifteJB 2026-03-05 06:54:18 +00:00
parent d74cd1cd6a
commit 248c17573e
No known key found for this signature in database
GPG key ID: E9A084A6DBE8B6A0

View file

@ -7,15 +7,11 @@ set(CMAKE_LINKER lld-link)
set(CMAKE_C_COMPILER_FRONTEND_VARIANT MSVC)
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT MSVC)
# TODO add check that WINDOWS_SDK_PATH is real
set(WINDOWS_SDK_PATH "" CACHE PATH "Path to Windows SDK root")
set(CMAKE_TRY_COMPILE_PLATFORM_VARIABLES WINDOWS_SDK_PATH) # You have no idea how much suffering I went through to get this solution. I hate this build system with all my
message(STATUS "WINDOWS_SDK_PATH=${WINDOWS_SDK_PATH}")
# if not exists WINDOW_SDK_PATH try find
if(NOT WINDOWS_SDK_PATH)
if(DEFINED ENV{WINDOWS_SDK_PATH})
# rm: check if defined within env instead