From f9e32f0345ddb3a0359b9c03f680ebc127ea950b Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Wed, 30 Oct 2024 14:39:24 -0400 Subject: [PATCH] Targeting branch of xmlParser to attempt to fix build issues in pywincalc manylinux wheels --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bc098a..f01da31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ if(NOT TARGET xmlParser) FetchContent_Declare( xmlParser GIT_REPOSITORY https://github.com/LBNL-ETA/XMLParser.git - GIT_TAG "v1.0.1" + GIT_TAG "build_fix_oct_2024" ) FetchContent_MakeAvailable(xmlParser)