From 8f78f031df9aed3db619ee8e26d9d642504801dd Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 21 Nov 2019 07:42:38 -0800 Subject: Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE --- Graphics/GraphicsEngineD3DBase/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3DBase') diff --git a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt index 86e34ab2..5c61d0f9 100644 --- a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt +++ b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt @@ -86,6 +86,6 @@ set_target_properties(Diligent-ProcessHLSLDefinitions PROPERTIES FOLDER DiligentCore/Graphics/Helper ) -if(INSTALL_DILIGENT_CORE) +if(DILIGENT_INSTALL_CORE) install_core_lib(Diligent-GraphicsEngineD3DBase) endif() \ No newline at end of file -- cgit v1.2.3