From: Bastian Dehn Date: Sun, 31 May 2026 07:11:02 +0000 (+0200) Subject: remove libxml double found print X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=9645b55e8b8936cb06741c1f5faa37f8d55bacfc;p=feierabend.git remove libxml double found print --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e547491..8067891 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,4 @@ find_package(LibXml2 REQUIRED) -message(STATUS "find LibXml2: ${LIBXML2_LIBRARY}") if(${LIBXML2_VERSION_STRING} VERSION_LESS 2.10) add_compile_definitions(LIBXML_BEFORE_2_10)