Skip to content

Commit 08d33a3

Browse files
committed
WIP: DO NOT COMMIT. Test against outstanding PR.
1 parent 735b217 commit 08d33a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME MATCHES "Linux")
138138
set(linux_args "-DCMAKE_CXX_FLAGS:STRING=-static-libstdc++")
139139
endif()
140140
# 2025-12-11 master
141-
set(CastXML_GIT_TAG bca6af13daf298f6d63bf2e4d4488c11c7e99b22 CACHE STRING "CastXML Git revision.")
141+
set(CastXML_GIT_TAG c3ad4806b259b4cd734e3ea101551aa7dc8e5688 CACHE STRING "CastXML Git revision.")
142142
ExternalProject_Add(castxml
143-
GIT_REPOSITORY https://github.com/CastXML/CastXML.git
143+
#GIT_REPOSITORY https://github.com/CastXML/CastXML.git
144+
# WIP DO NOT COMMIT UNITL AFTER https://github.com/CastXML/CastXML/pull/295 is incorporated.
145+
GIT_REPOSITORY https://github.com/hjmjohnson/CastXML.git
144146
GIT_TAG ${CastXML_GIT_TAG}
145147
DEPENDS ${castxml_deps}
146148
CMAKE_ARGS -Wno-dev

0 commit comments

Comments
 (0)