From 5c869015840ef48917e5c253384329c82d6a73cc Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Thu, 4 Apr 2024 12:57:22 -0400 Subject: [PATCH] pugixml: correct target name --- source/adios2/toolkit/remote/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/adios2/toolkit/remote/CMakeLists.txt b/source/adios2/toolkit/remote/CMakeLists.txt index a739e1ad63..2128caa9a9 100644 --- a/source/adios2/toolkit/remote/CMakeLists.txt +++ b/source/adios2/toolkit/remote/CMakeLists.txt @@ -10,7 +10,7 @@ if (NOT ADIOS2_USE_PIP) PRIVATE $<$:shlwapi>) get_property(pugixml_headers_path - TARGET pugixml + TARGET adios2::thirdparty::pugixml PROPERTY INTERFACE_INCLUDE_DIRECTORIES )