Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-05-29 00:17:38 +0300
committergabime <gmelman1@gmail.com>2019-05-29 00:17:38 +0300
commitd439f75491b328ec98a8e873cfdb86d1a136f286 (patch)
treee177b2bab708652349b391db26066d0e682b5ecd /CMakeLists.txt
parentc559067f77a9d77b1fd7c754313bf797554a3af5 (diff)
Minor CMake cosmetic fix
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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