Skip to content

Commit 4aba4c2

Browse files
authored
Merge pull request #71 from thewtex/castxml-bump
COMP: Bump CastXML to 2025-07-23 master
2 parents 4a4a70e + bf95101 commit 4aba4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ endif()
122122
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
123123
set(linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++")
124124
endif()
125-
# 2024-04-12 master
126-
set(CastXML_GIT_TAG v0.6.11 CACHE STRING "CastXML Git revision.")
125+
# 2025-07-23 master
126+
set(CastXML_GIT_TAG 26cd570 CACHE STRING "CastXML Git revision.")
127127
ExternalProject_Add(castxml
128128
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
129129
GIT_TAG ${CastXML_GIT_TAG}

0 commit comments

Comments
 (0)