mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
cmake: ignore deprecated warnings of Eigen
This commit is contained in:
parent
07ecffc963
commit
b74114a573
@ -71,4 +71,8 @@ set(SRCS
|
||||
mathlib.cpp
|
||||
)
|
||||
add_definitions(-std=c++11 -Wall -Werror)
|
||||
|
||||
# Eigen throws deprecated warnings
|
||||
add_definitions(-Wno-deprecated-declarations)
|
||||
|
||||
add_library(ecl SHARED ${SRCS})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user