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)