Skip to content

Commit 8fc7413

Browse files
authored
Update CMakeLists.txt
1 parent dbe6394 commit 8fc7413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
123123
set(linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++")
124124
endif()
125125
# 2024-04-12 master
126-
set(CastXML_GIT_TAG v0.6.10 CACHE STRING "CastXML Git revision.")
126+
set(CastXML_GIT_TAG v0.6.11 CACHE STRING "CastXML Git revision.")
127127
ExternalProject_Add(castxml
128128
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
129129
GIT_TAG ${CastXML_GIT_TAG}

0 commit comments

Comments
 (0)