Browse Source

Avoids building DirectX 10 sample properly

David Wimsey 11 years ago
parent
commit
a7781d94c3
1 changed files with 1 additions and 1 deletions
  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)