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 0335e2c commit f9e32f0
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 @@ -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)
Expand Down

0 comments on commit f9e32f0

Please sign in to comment.