From d439f75491b328ec98a8e873cfdb86d1a136f286 Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 29 May 2019 00:17:38 +0300 Subject: [PATCH] Minor CMake cosmetic fix --- CMakeLists.txt | 2 +- cmake/{SpdlogCPack.cmake => spdlogCPack.cmake} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmake/{SpdlogCPack.cmake => spdlogCPack.cmake} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 988545bf..d206af37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,6 +147,6 @@ if (SPDLOG_INSTALL) #--------------------------------------------------------------------------------------- # Support creation of installable packages #--------------------------------------------------------------------------------------- - include(cmake/SpdlogCPack.cmake) + include(cmake/spdlogCPack.cmake) endif () \ No newline at end of file diff --git a/cmake/SpdlogCPack.cmake b/cmake/spdlogCPack.cmake similarity index 100% rename from cmake/SpdlogCPack.cmake rename to cmake/spdlogCPack.cmake