File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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++" )
139139endif ()
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." )
142142ExternalProject_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
You can’t perform that action at this time.
0 commit comments