소스 검색

Avoids building DirectX 10 sample properly

David Wimsey 11 년 전
부모
커밋
a7781d94c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Build/CMakeLists.txt

+ 1 - 1
Build/CMakeLists.txt

@@ -392,8 +392,8 @@ if(BUILD_SAMPLES)
 				endif()
 			else()
 				message("-- Determing if DirectX samples can be built - No")
-				set(SKIP_DIRECTX_SAMPLES ON)
 				set(SKIP_DIRECTX9_SAMPLE ON)
+				set(SKIP_DIRECTX10_SAMPLE ON)
 			endif()
 		endif()
     elseif(APPLE)