From 496fee9b5e893c559597c78747c715cda1bb7905 Mon Sep 17 00:00:00 2001 From: Squareys Date: Thu, 21 Apr 2016 09:09:10 +0200 Subject: [PATCH] Add TARGET_VULKAN option Signed-off-by: Squareys --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b553f8ede..40a6bb428 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -215,7 +215,6 @@ endif() if(TARGET_VULKAN) set(MAGNUM_TARGET_VULKAN 1) endif() - if(CORRADE_TARGET_EMSCRIPTEN) include(UseEmscripten) endif()