mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-26 22:09:09 +00:00
build(cmake): disable spdlog exceptions
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
13a480c6cf
commit
39a1828a3b
@ -249,7 +249,7 @@ if(VIDEO2X_USE_EXTERNAL_SPDLOG)
|
||||
set(SPDLOG_LIB spdlog::spdlog)
|
||||
else()
|
||||
# spdlog exceptions are incompatible with ncnn
|
||||
option(SPDLOG_NO_EXCEPTIONS "" OFF)
|
||||
option(SPDLOG_NO_EXCEPTIONS "" ON)
|
||||
add_subdirectory(third_party/spdlog)
|
||||
set(SPDLOG_LIB spdlog::spdlog_header_only)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user