mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
fix: remove comments that are now out-of-date
This commit is contained in:
parent
d74cd1cd6a
commit
248c17573e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue