diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-09-01 19:59:44 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-09-01 21:57:32 +0000 |
| commit | 2e6f369080b6911d17b4e8a5296ca8400b09de86 (patch) | |
| tree | 0a553410f4cf68a979037bc373df5db274586d67 /Graphics/GraphicsEngineVulkan | |
| parent | fixed compilation on linux & android (diff) | |
| download | DiligentCore-2e6f369080b6911d17b4e8a5296ca8400b09de86.tar.gz DiligentCore-2e6f369080b6911d17b4e8a5296ca8400b09de86.zip | |
fixed compilation on Mac & UWP
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt index 896d91f1..f8445e5b 100644 --- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt +++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt @@ -353,13 +353,6 @@ else() ) endif() -if(PLATFORM_LINUX) - get_filename_component(VULKAN_LIBRARY_PATH ${Vulkan_LIBRARY} DIRECTORY) - set_target_properties(Diligent-GraphicsEngineVk-shared PROPERTIES - INSTALL_RPATH "${VULKAN_LIBRARY_PATH}" - ) -endif() - set_common_target_properties(Diligent-GraphicsEngineVk-shared) set_common_target_properties(Diligent-GraphicsEngineVk-static) |
