Minor CMake cosmetic fix

This commit is contained in:
gabime 2019-05-29 00:17:38 +03:00
parent c559067f77
commit d439f75491
2 changed files with 1 additions and 1 deletions

View File

@ -147,6 +147,6 @@ if (SPDLOG_INSTALL)
#--------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------
# Support creation of installable packages # Support creation of installable packages
#--------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------
include(cmake/SpdlogCPack.cmake) include(cmake/spdlogCPack.cmake)
endif () endif ()