From 4536e27febae7098cb5c1d466df54df6c7e2ab4c Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 10 Dec 2021 13:49:27 +0100
Subject: [PATCH] DOC: update README_SETUP

---
 doc/README_SETUP.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/README_SETUP.md b/doc/README_SETUP.md
index ceb8576..ac8f675 100644
--- a/doc/README_SETUP.md
+++ b/doc/README_SETUP.md
@@ -61,8 +61,10 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool.
 
 #### Known problems ####
 
-- Linking dynamic libraries currently fails on Windows.  So probably other CaosDB libraries which
-  make use of libcaosdb also will not build.
+- Linking dynamic libraries currently fails on Windows. So probably other CaosDB libraries which
+  make use of libcaosdb also will not build. This is a known bug and we hope to
+  fix this in the next release. See
+  [#34](https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib/-/issues/34)
 
 ### Creating a local Conan package ##
 
-- 
GitLab