File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v6
11+ with :
12+ submodules : true
1113
1214 - name : apt update
1315 run : sudo apt-get update && sudo apt-get upgrade -y
Original file line number Diff line number Diff line change 1+ [submodule "docker/pybind11 "]
2+ path = docker/pybind11
3+ url = https://github.com/pybind/pybind11.git
4+ branch = v3.0
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.14 )
2- # FetchContent_MakeAvailable since version 3.14
1+ cmake_minimum_required (VERSION 3.8 )
32
43project (sas_common)
54
@@ -11,13 +10,7 @@ endif()
1110# pybind11 import block [BEGIN] #
1211# vvvvvvvvvvvvvvvvvvvvvvvvvvvvv #
1312set (PYBIND11_FINDPYTHON ON ) # Fix CMP0148 Warning. https://github.com/pybind/pybind11/issues/4785
14- include (FetchContent ) #Use pybind11 v3.0 for compatibility with dqrobotics.
15- FetchContent_Declare (
16- pybind11
17- GIT_REPOSITORY https://github.com/pybind/pybind11.git
18- GIT_TAG v3.0
19- )
20- FetchContent_MakeAvailable (pybind11)
13+ add_subdirectory (pybind11 )
2114# ^^^^^^^^^^^^^^^^^^^^^^^^^^^ #
2215# pybind11 import block [END] #
2316###############################
You can’t perform that action at this time.
0 commit comments