Skip to content

Commit

Permalink
Cmake code review
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Dec 6, 2024
1 parent 825850a commit aaad43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ if(WIN32)
message(STATUS "Building for Windows 10/Windows 11.")
set(WINVER 0x0A00)
elseif(BUILD_XAUDIO_WIN8)
message(STATUS "Using DirectX Tool Kit for Audio on XAudio 2.8 (Windows 8).")
set(WINVER 0x0602)
message(STATUS "Using DirectX Tool Kit for Audio on XAudio 2.8 (Windows 8.1).")
set(WINVER 0x0603)
else()
message(STATUS "Building for Windows 8.1")
set(WINVER 0x0603)
Expand Down

0 comments on commit aaad43a

Please sign in to comment.