summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-11-21 15:42:38 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-11-21 15:42:38 +0000
commit8f78f031df9aed3db619ee8e26d9d642504801dd (patch)
tree86f6bc4948bbd86fdb87e53b8c9911b0aade33b8 /Graphics/GraphicsEngineVulkan
parentMinor CMake update (diff)
downloadDiligentCore-8f78f031df9aed3db619ee8e26d9d642504801dd.tar.gz
DiligentCore-8f78f031df9aed3db619ee8e26d9d642504801dd.zip
Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt
index 0ae87005..85c93332 100644
--- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt
+++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt
@@ -293,7 +293,7 @@ set_target_properties(Diligent-ProcessGenerateMipsVkShader PROPERTIES
FOLDER DiligentCore/Graphics/Helper
)
-if(INSTALL_DILIGENT_CORE)
+if(DILIGENT_INSTALL_CORE)
install_core_lib(Diligent-GraphicsEngineVk-shared)
install_core_lib(Diligent-GraphicsEngineVk-static)
endif()