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 3e20e7e commit a48b8dbCopy full SHA for a48b8db
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
-# 2020-09-22 master
121
-set(CastXML_GIT_TAG v0.4.4 CACHE STRING "CastXML Git revision.")
+# 2022-03-08 master
+set(CastXML_GIT_TAG v0.4.5 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