Skip to content

Commit

Permalink
build(cmake): disable spdlog exceptions
Browse files Browse the repository at this point in the history
Signed-off-by: k4yt3x <[email protected]>
  • Loading branch information
k4yt3x committed Dec 23, 2024
1 parent 13a480c commit 39a1828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 39a1828

Please sign in to comment.