CMake: remove references to D3D12

It's gone!
This commit is contained in:
Michael Maltese
2017-05-26 00:15:25 -07:00
parent d592bdd4d4
commit e041602416
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ add_subdirectory(Software)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
add_subdirectory(D3D)
add_subdirectory(D3D12)
endif()
if(NOT APPLE)