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 3d6acc5 + 51fd090 commit 7846d56Copy full SHA for 7846d56
CMakeLists.txt
@@ -117,8 +117,8 @@ endif()
117
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
118
set(extra_flags "-static-libstdc++")
119
endif()
120
-# 2022-11-22 master
121
-set(CastXML_GIT_TAG v0.4.8 CACHE STRING "CastXML Git revision.")
+# 2022-12-06 master
+set(CastXML_GIT_TAG v0.5.0 CACHE STRING "CastXML Git revision.")
122
ExternalProject_Add(castxml
123
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
124
GIT_TAG ${CastXML_GIT_TAG}
0 commit comments