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.
1 parent ae41712 commit 99108c6Copy full SHA for 99108c6
CMakeLists.txt
@@ -124,8 +124,8 @@ endif()
124
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
125
set(linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++")
126
endif()
127
-# 2025-08-30 master
128
-set(CastXML_GIT_TAG v0.6.13 CACHE STRING "CastXML Git revision.")
+# 2025-12-11 master
+set(CastXML_GIT_TAG bca6af13daf298f6d63bf2e4d4488c11c7e99b22 CACHE STRING "CastXML Git revision.")
129
ExternalProject_Add(castxml
130
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
131
GIT_TAG ${CastXML_GIT_TAG}
0 commit comments