Skip to content

Commit

Permalink
Merge pull request #49 from thewtex/castxml-0.4.8
Browse files Browse the repository at this point in the history
Bump CastXML to 0.4.8
  • Loading branch information
thewtex authored Nov 22, 2022
2 parents 7e72eaf + 5eaa689 commit 3d6acc5
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-08-31 master
set(CastXML_GIT_TAG v0.4.6 CACHE STRING "CastXML Git revision.")
# 2022-11-22 master
set(CastXML_GIT_TAG v0.4.8 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 3d6acc5

Please sign in to comment.