File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33 - API:
44 - FIXED: Fix inefficient osrm-routed connection handling [ #6113 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6113 )
55 - Build:
6- - CHANGED: Enable more clang-tidy checks. [ #6262 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6270 )
6+ - CHANGED: Configure CMake to not build flatbuffers tests and samples. [ #6274 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6274 )
7+ - CHANGED: Enable more clang-tidy checks. [ #6270 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6270 )
78 - CHANGED: Configure clang-tidy job on CI. [ #6261 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6261 )
89 - CHANGED: Use Github Actions for building container images [ #6138 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6138 )
910 - CHANGED: Upgrade Boost dependency to 1.70 [ #6113 ] ( https://github.com/Project-OSRM/osrm-backend/pull/6113 )
Original file line number Diff line number Diff line change @@ -459,6 +459,7 @@ include_directories(SYSTEM ${PROTOZERO_INCLUDE_DIR})
459459set (VTZERO_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR} /third_party/vtzero/include" )
460460include_directories (SYSTEM ${VTZERO_INCLUDE_DIR} )
461461
462+ set (FLATBUFFERS_BUILD_TESTS OFF CACHE BOOL "Disable the build of Flatbuffers tests and samples." )
462463set (FLATBUFFERS_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR} /third_party/flatbuffers" )
463464set (FLATBUFFERS_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR} /third_party/flatbuffers/include" )
464465include_directories (SYSTEM ${FLATBUFFERS_INCLUDE_DIR} )
You can’t perform that action at this time.
0 commit comments