We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6859b68 commit 5bdd646Copy full SHA for 5bdd646
cmake/ryml.cmake
@@ -19,6 +19,7 @@ if(NOT ryml_FOUND)
19
set(RYML_BUILD_TOOLS OFF CACHE BOOL "" FORCE)
20
set(RYML_BUILD_API OFF CACHE BOOL "" FORCE)
21
set(RYML_DBG OFF CACHE BOOL "" FORCE)
22
+ set(RYML_DEFAULT_CALLBACK_USES_EXCEPTIONS ON CACHE BOOL "" FORCE)
23
set(RYML_INSTALL ${OPENTELEMETRY_INSTALL} CACHE BOOL "" FORCE)
24
25
FetchContent_MakeAvailable(ryml)
0 commit comments