Skip to content

Commit

Permalink
Targeting branch of xmlParser to attempt to fix build issues in pywin…
Browse files Browse the repository at this point in the history
…calc manylinux wheels
  • Loading branch information
StephenCzarnecki committed Oct 30, 2024
1 parent 40f1a93 commit 1e002fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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)
Expand Down

0 comments on commit 1e002fd

Please sign in to comment.