We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba93c4 commit 2e0c5bdCopy full SHA for 2e0c5bd
CMakeLists.txt
@@ -122,8 +122,8 @@ endif()
122
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
123
set(linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++")
124
endif()
125
-# 2024-04-12 master
126
-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.")
127
ExternalProject_Add(castxml
128
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
129
GIT_TAG ${CastXML_GIT_TAG}
0 commit comments