Skip to content

Commit

Permalink
Merge pull request #51 from thewtex/castxml-0.5.0
Browse files Browse the repository at this point in the history
Bump CastXML to 0.5.0
  • Loading branch information
bradking authored Jan 11, 2023
2 parents 3d6acc5 + 51fd090 commit 7846d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ endif()
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
set(extra_flags "-static-libstdc++")
endif()
# 2022-11-22 master
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.")
ExternalProject_Add(castxml
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
GIT_TAG ${CastXML_GIT_TAG}
Expand Down

0 comments on commit 7846d56

Please sign in to comment.