From 1fdc070e4e24cee7a52915900c97c81a8296efe7 Mon Sep 17 00:00:00 2001 From: scribam Date: Thu, 28 Jun 2018 22:04:59 +0200 Subject: [PATCH] cmake: remove obsolete command for glslang integration --- rpcs3/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index a01984eb27..df94b139a4 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -397,7 +397,6 @@ if(UNIX) endif() if(VULKAN_FOUND) - target_include_directories(rpcs3 PUBLIC ${glslang_SOURCE_DIR}) target_link_libraries(rpcs3 SPIRV Vulkan::Vulkan) endif()