Skip to content

Commit 37f130c

Browse files
committed
CMake update for try-compile with DLLs
1 parent c060682 commit 37f130c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ cmake_minimum_required (VERSION 3.20)
55

66
set(DIRECTXTEX_VERSION 2.0.6)
77

8-
if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET))
9-
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
10-
endif()
11-
128
project (DirectXTex
139
VERSION ${DIRECTXTEX_VERSION}
1410
DESCRIPTION "DirectX Texture Library"

0 commit comments

Comments
 (0)