From 515f07f897cc97d8e5aaf47f4e2c0d77f063cce7 Mon Sep 17 00:00:00 2001 From: Rechi Date: Mon, 23 Jul 2018 10:00:00 +0200 Subject: [cmake][win10] remove required_deps hack --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a4f029a20..8561f5090c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,10 +136,6 @@ endif() if(CORE_SYSTEM_NAME STREQUAL android) list(APPEND required_deps Zip) endif() -if(CORE_SYSTEM_NAME STREQUAL windowsstore) - #uses header only version of Fmt - list(REMOVE_ITEM required_deps Fmt) -endif() # Optional dependencies. Keep in alphabetical order please set(optional_deps Alsa -- cgit v1.2.3