We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c060682 commit 37f130cCopy full SHA for 37f130c
CMakeLists.txt
@@ -5,10 +5,6 @@ cmake_minimum_required (VERSION 3.20)
5
6
set(DIRECTXTEX_VERSION 2.0.6)
7
8
-if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET))
9
- set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
10
-endif()
11
-
12
project (DirectXTex
13
VERSION ${DIRECTXTEX_VERSION}
14
DESCRIPTION "DirectX Texture Library"
0 commit comments