forked from Archive/PX4-Autopilot
cmake: remove ${PX4_INCLUDE_DIR}visibility.h
This is already added in px4_base.cmake and PX4_INCLUDE_DIR is not set either.
This commit is contained in:
parent
d72133a380
commit
e87aa6f6c1
|
@ -182,7 +182,6 @@ if(UNIX AND APPLE)
|
|||
-D__PX4_DARWIN
|
||||
-D__DF_DARWIN
|
||||
-Dnoreturn_function=__attribute__\(\(noreturn\)\)
|
||||
-include ${PX4_INCLUDE_DIR}visibility.h
|
||||
)
|
||||
|
||||
set(added_cxx_flags)
|
||||
|
@ -209,7 +208,6 @@ else()
|
|||
-D__PX4_LINUX
|
||||
-D__DF_LINUX
|
||||
-Dnoreturn_function=__attribute__\(\(noreturn\)\)
|
||||
-include ${PX4_INCLUDE_DIR}visibility.h
|
||||
)
|
||||
|
||||
# Use -pthread For linux/g++.
|
||||
|
|
|
@ -178,7 +178,6 @@ function(px4_os_add_flags)
|
|||
-D__DF_QURT # For DriverFramework
|
||||
-D__PX4_POSIX
|
||||
-D__QAIC_SKEL_EXPORT=__EXPORT
|
||||
-include ${PX4_INCLUDE_DIR}visibility.h
|
||||
)
|
||||
|
||||
# Add the toolchain specific flags
|
||||
|
|
Loading…
Reference in New Issue