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:
Beat Küng 2017-03-29 18:41:34 +02:00 committed by Lorenz Meier
parent d72133a380
commit e87aa6f6c1
2 changed files with 0 additions and 3 deletions

View File

@ -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++.

View File

@ -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