Skip to content

Commit 7846d56

Browse files
authored
Merge pull request #51 from thewtex/castxml-0.5.0
Bump CastXML to 0.5.0
2 parents 3d6acc5 + 51fd090 commit 7846d56

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
@@ -117,8 +117,8 @@ endif()
117117
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
118118
set(extra_flags "-static-libstdc++")
119119
endif()
120-
# 2022-11-22 master
121-
set(CastXML_GIT_TAG v0.4.8 CACHE STRING "CastXML Git revision.")
120+
# 2022-12-06 master
121+
set(CastXML_GIT_TAG v0.5.0 CACHE STRING "CastXML Git revision.")
122122
ExternalProject_Add(castxml
123123
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
124124
GIT_TAG ${CastXML_GIT_TAG}

0 commit comments

Comments
 (0)