From c9549bae6bf9cb644e30980bef7fbd8c33962e55 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Fri, 20 May 2016 16:43:12 -0600 Subject: layers: lvlgh 548, remove obsolete RPATH Change-Id: Iaba3990d2f417375cfa84a295d7184cedb491da6 --- layers/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt index 9847cfbd..acf67b8a 100644 --- a/layers/CMakeLists.txt +++ b/layers/CMakeLists.txt @@ -31,9 +31,6 @@ set(LAYER_JSON_FILES VkLayer_device_limits ) -set(VK_LAYER_RPATH /usr/lib/x86_64-linux-gnu/vulkan/layer:/usr/lib/i386-linux-gnu/vulkan/layer) -set(CMAKE_INSTALL_RPATH ${VK_LAYER_RPATH}) - if (WIN32) if (NOT (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR)) if (CMAKE_GENERATOR MATCHES "^Visual Studio.*") -- cgit v1.2.3