Skip to content

Commit

Permalink
CMake target file fix (microsoft#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Jun 14, 2023
1 parent d08d2bc commit 0bb539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/DirectXTK12-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake)
include(CMakeFindDependencyMacro)

if(MINGW OR VCPKG_TOOLCHAIN)
if(MINGW)
find_dependency(directx-headers CONFIG)
find_dependency(directxmath CONFIG)
endif()
Expand Down

0 comments on commit 0bb539d

Please sign in to comment.