Skip to content

Commit 14fca2d

Browse files
scepter914HansRobo
andauthored
fix(object_velocity_splitter): refactor CMakeLists (#6270)
Signed-off-by: scepter914 <scepter914@gmail.com> Co-authored-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
1 parent 4409d20 commit 14fca2d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

perception/object_velocity_splitter/CMakeLists.txt

-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(object_velocity_splitter)
33

4-
# Compile options
5-
if(NOT CMAKE_CXX_STANDARD)
6-
set(CMAKE_CXX_STANDARD 17)
7-
set(CMAKE_CXX_STANDARD_REQUIRED ON)
8-
set(CMAKE_CXX_EXTENSIONS OFF)
9-
endif()
10-
11-
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
12-
add_compile_options(-Wall -Wextra -Wpedantic)
13-
endif()
14-
154
# Dependencies
165
find_package(autoware_cmake REQUIRED)
176
autoware_package()

0 commit comments

Comments
 (0)