Skip to content

Commit 0d1f7e3

Browse files
authored
Merge pull request #75 from thewtex/gcc-14-float
ENH: Bump CastXML to v0.6.13
2 parents 4aba4c2 + 03a3fef commit 0d1f7e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: startsWith(matrix.os, 'macos')
5050
run: |
5151
brew update
52-
brew install ninja cmake git
52+
brew install ninja git
5353
5454
# Windows dependencies
5555
- name: Install dependencies (Windows)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ endif()
122122
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
123123
set(linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++")
124124
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.")
127127
ExternalProject_Add(castxml
128128
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
129129
GIT_TAG ${CastXML_GIT_TAG}

0 commit comments

Comments
 (0)