Blame 0003-jsonnet-0.19.1-Use-system-provided-rapidyaml.patch

89a7a3e
From fd9d26b89e5ab89704ef2743f71f93b059c196e3 Mon Sep 17 00:00:00 2001
89a7a3e
From: Pat Riehecky <riehecky@fnal.gov>
89a7a3e
Date: Wed, 2 Nov 2022 10:08:38 -0500
89a7a3e
Subject: [PATCH] Use system provided rapidyaml
89a7a3e
89a7a3e
---
89a7a3e
 CMakeLists.txt | 2 +-
89a7a3e
 1 file changed, 1 insertion(+), 1 deletion(-)
89a7a3e
89a7a3e
diff --git a/CMakeLists.txt b/CMakeLists.txt
89a7a3e
index 5df20ca..c81a390 100644
89a7a3e
--- a/CMakeLists.txt
89a7a3e
+++ b/CMakeLists.txt
89a7a3e
@@ -121,7 +121,7 @@ endif()
89a7a3e
 add_subdirectory(include)
89a7a3e
 add_subdirectory(stdlib)
89a7a3e
 add_subdirectory(third_party/md5)
89a7a3e
-add_subdirectory(third_party/rapidyaml/rapidyaml ryml)
89a7a3e
+#add_subdirectory(third_party/rapidyaml/rapidyaml ryml)
89a7a3e
 add_subdirectory(core)
89a7a3e
 add_subdirectory(cpp)
89a7a3e
 add_subdirectory(cmd)
89a7a3e
-- 
89a7a3e
2.38.1
89a7a3e