File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717 matrix :
1818 config : [
1919 {
20- os : macos-14 ,
20+ os : macos-15 ,
2121 arch : arm64,
2222 cmakeBuildType : Release,
2323 },
Original file line number Diff line number Diff line change @@ -20,15 +20,16 @@ elseif(IS_GNU OR IS_CLANG)
2020endif ()
2121
2222include (FetchContent)
23- FetchContent_Declare(PoseLib
23+ FetchContent_Declare(poselib
2424 GIT_REPOSITORY https://github.com/PoseLib/PoseLib.git
2525 GIT_TAG f119951fca625133112acde48daffa5f20eba451
2626 EXCLUDE_FROM_ALL
2727 SYSTEM
2828)
2929message (STATUS "Configuring PoseLib..." )
30- if (FETCH_POSELIB)
31- FetchContent_MakeAvailable(PoseLib)
30+ if (FETCH_POSELIB)
31+ set (MARCH_NATIVE OFF CACHE BOOL "" )
32+ FetchContent_MakeAvailable(poselib)
3233else ()
3334 find_package (PoseLib REQUIRED)
3435endif ()
You can’t perform that action at this time.
0 commit comments