fix(CMakeLists.txt): typo
Signed-off-by: tpoisonooo <khj.application@aliyun.com>
This commit is contained in:
parent
e2485bbc9c
commit
56ae18d4e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue