diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-05-20 16:43:12 -0600 |
|---|---|---|
| committer | Jeremy Hayes <jeremy@lunarg.com> | 2016-05-24 10:46:05 -0600 |
| commit | c9549bae6bf9cb644e30980bef7fbd8c33962e55 (patch) | |
| tree | 4f4988a52d735cbbf52d3d066e0e12656d7e9f03 /layers | |
| parent | dce7c18231db199dcb7f3d70cd75ca532e02f444 (diff) | |
| download | usermoji-c9549bae6bf9cb644e30980bef7fbd8c33962e55.tar.xz | |
layers: lvlgh 548, remove obsolete RPATH
Change-Id: Iaba3990d2f417375cfa84a295d7184cedb491da6
Diffstat (limited to 'layers')
| -rw-r--r-- | layers/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 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.*") |
