File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,8 +203,31 @@ if(BUILD_PYTHON)
203203 FetchContent_Declare (
204204 pybind11
205205 GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
206- #GIT_TAG "v2.13.6"
207- GIT_TAG "97022f83ce788b4e14dd22edfb667030e0dc4f72"
206+ #GIT_TAG "" #
207+ #GIT_TAG "master" # COMPILE FAIL
208+ # ...
209+ #GIT_TAG "f365314" # COMPILE FAIL
210+ GIT_TAG "48eb5ad" # PASS
211+ #GIT_TAG "566894d" # PASS
212+ #GIT_TAG "974eba7" # PASS
213+ #GIT_TAG "97022f8" # PASS
214+ # ...
215+ #GIT_TAG "2415242" # PASS
216+ # ...
217+ #GIT_TAG "f41dae3" # PASS
218+ # ...
219+ #GIT_TAG "b9fb316" # PASS
220+ #GIT_TAG "08095d9" # PASS
221+ # ...
222+ #GIT_TAG "7e418f4" # PASS
223+ # ...
224+ #GIT_TAG "a7910be" # PASS
225+ # ...
226+ #GIT_TAG "" #
227+ # ...
228+ #GIT_TAG "8e1f9d5" # FAIL (master not on top of v2.13.6)
229+
230+ #GIT_TAG "v2.13.6" # TEST FAIL
208231 #GIT_SHALLOW TRUE
209232 PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR} /../../patches/pybind11.patch"
210233 )
You can’t perform that action at this time.
0 commit comments