From 9c34b5afdb8d6356c759342a9051eb45fb30e0f0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 21 Nov 2019 07:46:55 -0800 Subject: Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLS --- TextureLoader/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TextureLoader') 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() -- cgit v1.2.3