From a60189d4297cf8a91e425d31c4109e092445a072 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 11 Sep 2015 22:01:08 -0700 Subject: [PATCH] cmake: Remove libobs-d3d9 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d8d69cea..8df8f9d0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,6 @@ if(NOT INSTALLER_RUN) if(WIN32) add_subdirectory(libobs-d3d11) - add_subdirectory(libobs-d3d9) endif() add_subdirectory(libobs-opengl)