fix(CMakeLists.txt): typo

Signed-off-by: tpoisonooo <khj.application@aliyun.com>
This commit is contained in:
tpoisonooo 2022-05-27 09:59:08 +08:00
parent e2485bbc9c
commit 56ae18d4e7

View file

@ -31,7 +31,7 @@ if(KOMPUTE_OPT_ENABLE_SPDLOG)
set(SPDLOG_FMT_EXTERNAL ON CACHE BOOL "Enables external fmt as its current dep" FORCE)
if(KOMPUTE_OPT_INSTALL)
# Enable install parameters for spdlog (overrides parameters passed)
set(SPDLOG_INSTALL ON CACHE BOOL "Enables install of spdlot" FORCE)
set(SPDLOG_INSTALL ON CACHE BOOL "Enables install of spdlog" FORCE)
if(KOMPUTE_OPT_DEPENDENCIES_SHARED_LIBS)
set(SPDLOG_BUILD_SHARED ON CACHE BOOL "Enables build of shared libraries" FORCE)