Skip to content

Commit

Permalink
Tell cmake to load the right d3d9
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Oct 16, 2018
1 parent 736cf1d commit 396d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Modules/FindDirectX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if("${CMAKE_GENERATOR}" MATCHES "(Win64|IA64|amd64)")
if (DirectX_ROOT_DIR)
set (DIRECTX_INCLUDE_SEARCH_PATHS "${DirectX_ROOT_DIR}/Include")
set (DIRECTX_LIBRARY_SEARCH_PATHS "${DirectX_ROOT_DIR}/Lib/${DirectX_ARCHITECTURE}")
set (DirectX_BIN_SEARCH_PATH "${DirectX_ROOT_DIR}/Utilities/bin/x86")
set (DirectX_BIN_SEARCH_PATH "${DirectX_ROOT_DIR}/Utilities/bin/${DirectX_ARCHITECTURE}")
endif ()
else()
if(NOT EXISTS "$ENV{DXSDK_DIR}")
Expand Down

0 comments on commit 396d856

Please sign in to comment.