We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a4a70e + bf95101 commit 4aba4c2Copy full SHA for 4aba4c2
CMakeLists.txt
@@ -122,8 +122,8 @@ endif()
122
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
123
set(linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++")
124
endif()
125
-# 2024-04-12 master
126
-set(CastXML_GIT_TAG v0.6.11 CACHE STRING "CastXML Git revision.")
+# 2025-07-23 master
+set(CastXML_GIT_TAG 26cd570 CACHE STRING "CastXML Git revision.")
127
ExternalProject_Add(castxml
128
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
129
GIT_TAG ${CastXML_GIT_TAG}
0 commit comments