summaryrefslogtreecommitdiffstats
path: root/TextureLoader
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-11-21 15:46:55 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-11-21 15:46:55 +0000
commit9c34b5afdb8d6356c759342a9051eb45fb30e0f0 (patch)
tree0552cb82244a48647d9bd750bdf16b72142a5bac /TextureLoader
parentNot installing HLSL2GLSLConverter when INSTALL_DILIGENT_TOOLS is not set (diff)
downloadDiligentTools-9c34b5afdb8d6356c759342a9051eb45fb30e0f0.tar.gz
DiligentTools-9c34b5afdb8d6356c759342a9051eb45fb30e0f0.zip
Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLS
Diffstat (limited to 'TextureLoader')
-rw-r--r--TextureLoader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TextureLoader/CMakeLists.txt b/TextureLoader/CMakeLists.txt
index 2730f5b..1321b81 100644
--- a/TextureLoader/CMakeLists.txt
+++ b/TextureLoader/CMakeLists.txt
@@ -53,6 +53,6 @@ set_target_properties(Diligent-TextureLoader PROPERTIES
FOLDER DiligentTools
)
-if(INSTALL_DILIGENT_TOOLS)
+if(DILIGENT_INSTALL_TOOLS)
install_tools_lib(Diligent-TextureLoader)
endif()