Skip to content

Commit

Permalink
CMake target file fix (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Jun 14, 2023
1 parent 9c80ac3 commit abcc4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/DirectXTK-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (BUILD_XAUDIO_WIN7 AND (NOT BUILD_XAUDIO_WIN10) AND (NOT BUILD_XAUDIO_WIN8) A
find_dependency(xaudio2redist CONFIG)
endif()

if(MINGW OR VCPKG_TOOLCHAIN)
if(MINGW)
find_dependency(directxmath CONFIG)
endif()

Expand Down

0 comments on commit abcc4ab

Please sign in to comment.