We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ac67f commit 4d2289dCopy full SHA for 4d2289d
1 file changed
driving_environment_analyzer/CMakeLists.txt
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.14)
2
project(driving_environment_analyzer)
3
4
find_package(autoware_cmake REQUIRED)
5
+add_compile_options(-Wno-deprecated-declarations)
6
autoware_package()
7
find_package(Qt5 REQUIRED Core Widgets)
8
set(QT_LIBRARIES Qt5::Widgets)
0 commit comments