From fffd12fd423a427282c278a26f68e15fc38cb683 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 15 Dec 2017 11:14:01 -0800 Subject: Updated CMakeLists --- Graphics/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Graphics') diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt index b76374e6..9eea09a3 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,13 +1,5 @@ cmake_minimum_required (VERSION 3.8) -if(PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) - if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") - set(ARCH 64) - else("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") - set(ARCH 32) - endif("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") -endif() - set(DLL_REL_SUFFIX _${ARCH}r) set(DLL_DBG_SUFFIX _${ARCH}d) -- cgit v1.2.3