Skip to content

Commit

Permalink
Use CastXML v0.6.7 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex authored Jul 3, 2024
1 parent eba93c4 commit 2e0c5bd
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 @@ -122,8 +122,8 @@ endif()
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
set(linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++")
endif()
# 2024-04-12 master
set(CastXML_GIT_TAG v0.6.5 CACHE STRING "CastXML Git revision.")
# 2024-07-02 master
set(CastXML_GIT_TAG v0.6.7 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 2e0c5bd

Please sign in to comment.