Skip to content

Commit 5bdd646

Browse files
authored
[BUILD] Configure ryml to use exceptions (#3852)
1 parent 6859b68 commit 5bdd646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/ryml.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if(NOT ryml_FOUND)
1919
set(RYML_BUILD_TOOLS OFF CACHE BOOL "" FORCE)
2020
set(RYML_BUILD_API OFF CACHE BOOL "" FORCE)
2121
set(RYML_DBG OFF CACHE BOOL "" FORCE)
22+
set(RYML_DEFAULT_CALLBACK_USES_EXCEPTIONS ON CACHE BOOL "" FORCE)
2223
set(RYML_INSTALL ${OPENTELEMETRY_INSTALL} CACHE BOOL "" FORCE)
2324

2425
FetchContent_MakeAvailable(ryml)

0 commit comments

Comments
 (0)