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 dbe6394 commit 8fc7413Copy full SHA for 8fc7413
CMakeLists.txt
@@ -123,7 +123,7 @@ 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.10 CACHE STRING "CastXML Git revision.")
+set(CastXML_GIT_TAG v0.6.11 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