Skip to content

Commit

Permalink
import autoware_cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Dec 6, 2024
1 parent 1e548c6 commit fa9a5dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions build_depends.repos
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ repositories:
type: git
url: https://github.com/autowarefoundation/autoware_common.git
version: main
# TODO(youtalk): Remove this after https://github.com/autowarefoundation/autoware_cmake/pull/12 is merged
autoware_cmake:
type: git
url: https://github.com/autowarefoundation/autoware_cmake.git
version: use-c++20
3 changes: 0 additions & 3 deletions common/autoware_geography_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cmake_minimum_required(VERSION 3.14)
project(autoware_geography_utils)

# TODO(youtalk): Update autoware_cmake to use C++20
set(CMAKE_CXX_STANDARD 20)

find_package(autoware_cmake REQUIRED)
autoware_package()

Expand Down

0 comments on commit fa9a5dc

Please sign in to comment.