mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-13 05:30:14 +02:00
Fixed cmake warning
This commit is contained in:
parent
e960d0faaf
commit
7775bed370
@ -312,7 +312,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
foreach(t IN LISTS TOOL_EXES ITEMS ${PROJECT_NAME})
|
||||
foreach(t IN LISTS TOOL_EXES)
|
||||
target_compile_definitions(${t} PRIVATE _UNICODE UNICODE _WIN32_WINNT=0x0601)
|
||||
endforeach()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user