File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ cpplint:
1313 clang-tidy -p=build --warnings-as-errors=' *' $(shell find ${CPPSRC} -name '* .cpp' -o -name '* .cc' -name '* .h')
1414
1515gcccompile :
16- pip install --upgrade --requirement requirements_dev.txt
1716 cmake -DCMAKE_BUILD_TYPE=${COMPILE_MODE} -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -B build -G Ninja
1817 cmake --build build --target _core
1918
2019clangcompile :
21- pip install --upgrade --requirement requirements_dev.txt
2220 cmake -DCMAKE_BUILD_TYPE=${COMPILE_MODE} -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -B build -G Ninja
2321 cmake --build build --target _core
2422
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ FetchContent_Declare(pybind11
6363)
6464
6565FetchContent_MakeAvailable(libfranka pybind11)
66- set_target_properties (franka PROPERTIES CXX_STANDARD 20 )
66+ set_target_properties (franka PROPERTIES CXX_STANDARD 17 )
6767
6868add_subdirectory (src_fr3)
Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ cpplint:
1313 clang-tidy -p=build --warnings-as-errors=' *' $(shell find ${CPPSRC} -name '* .cpp' -o -name '* .cc' -name '* .h')
1414
1515gcccompile :
16- pip install --upgrade --requirement requirements_dev.txt
1716 cmake -DCMAKE_BUILD_TYPE=${COMPILE_MODE} -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -B build -G Ninja
1817 cmake --build build --target _core
1918
2019clangcompile :
21- pip install --upgrade --requirement requirements_dev.txt
2220 cmake -DCMAKE_BUILD_TYPE=${COMPILE_MODE} -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -B build -G Ninja
2321 cmake --build build --target _core
2422
You can’t perform that action at this time.
0 commit comments