Skip to content

Commit

Permalink
Merge pull request #47 from thewtex/castxml-0.4.5
Browse files Browse the repository at this point in the history
Bump CastXML to 0.4.5
  • Loading branch information
thewtex authored Mar 10, 2022
2 parents 3e20e7e + a48b8db commit 709bc92
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()
# 2020-09-22 master
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.")
ExternalProject_Add(castxml
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
GIT_TAG ${CastXML_GIT_TAG}
Expand Down

0 comments on commit 709bc92

Please sign in to comment.