Skip to content
Snippets Groups Projects
Verified Commit 1d1d7780 authored by tusooa's avatar tusooa :mountain_snow:
Browse files

Ask lager and immer to always use exceptions

Summary: lager and immer now have a definition for it to always enable exceptions support. When it is well-supported we can drop the `#include <libkazv-config.hpp>` line.

Type: skip

Test Plan: Verify unit tests pass.

Reviewers:

Subscribers:
parent a913792a
No related branches found
No related tags found
No related merge requests found
Pipeline #4987 passed
......@@ -33,6 +33,7 @@ target_include_directories(kazvbase
)
target_compile_options(kazvbase PUBLIC "-fexceptions")
target_compile_definitions(kazvbase PUBLIC -DLAGER_USE_EXCEPTIONS -DIMMER_USE_EXCEPTIONS)
install(TARGETS kazvbase EXPORT libkazvTargets LIBRARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment