File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
if : startsWith(matrix.os, 'macos')
50
50
run : |
51
51
brew update
52
- brew install ninja cmake git
52
+ brew install ninja git
53
53
54
54
# Windows dependencies
55
55
- name : Install dependencies (Windows)
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ endif()
122
122
if (CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux" )
123
123
set (linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++" )
124
124
endif ()
125
- # 2025-07-23 master
126
- set (CastXML_GIT_TAG 26cd570 CACHE STRING "CastXML Git revision." )
125
+ # 2025-08-30 master
126
+ set (CastXML_GIT_TAG v0.6.13 CACHE STRING "CastXML Git revision." )
127
127
ExternalProject_Add(castxml
128
128
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
129
129
GIT_TAG ${CastXML_GIT_TAG}
You can’t perform that action at this time.
0 commit comments