Skip to content

Commit

Permalink
Merge pull request #48 from bradking/castxml-0.4.6
Browse files Browse the repository at this point in the history
Bump CastXML to 0.4.6
  • Loading branch information
bradking authored Sep 2, 2022
2 parents 709bc92 + 353d881 commit 7e72eaf
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-03-08 master
set(CastXML_GIT_TAG v0.4.5 CACHE STRING "CastXML Git revision.")
# 2022-08-31 master
set(CastXML_GIT_TAG v0.4.6 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 7e72eaf

Please sign in to comment.