From d2f90d7dfcffba7508778a501c2c0d36b60d6899 Mon Sep 17 00:00:00 2001 From: Louis Moureaux <louis.moureaux@cern.ch> Date: Sat, 20 Jan 2024 03:42:43 +0100 Subject: [PATCH] Don't link against DarwinDict (can we do with just the pcm?) --- protodarwin.xml.in | 1 - 1 file changed, 1 deletion(-) diff --git a/protodarwin.xml.in b/protodarwin.xml.in index 9c9a632..49896af 100644 --- a/protodarwin.xml.in +++ b/protodarwin.xml.in @@ -3,7 +3,6 @@ <lib name="DarwinMetaInfo"/> <lib name="DarwinOptions"/> <lib name="DarwinObjects"/> - <lib name="DarwinDict"/> <info url="https://protodarwin.docs.cern.ch"/> <client> <environment name="DARWIN" default="${CMAKE_SOURCE_DIR}"/> -- GitLab