From 0b84059a2093e6d5e1343f1e7a03bb2321588e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Fri, 13 Jan 2023 00:00:00 +0000 Subject: [PATCH] [cmake] Remove copy-pasted comment about pugixml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4615616b09..b37ef68d63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -315,7 +315,6 @@ if (NOT WITH_SYSTEM_PROVIDED_3PARTY) add_subdirectory(3party/jansson/jansson/) target_include_directories(jansson INTERFACE "${PROJECT_BINARY_DIR}/3party/jansson/jansson/include") - # Configure pugixml library add_subdirectory(3party/pugixml) endif()