Merge topic 'FindwxWidgets-use-isystem'
4d05f195
FindwxWidgets: Drop suppression of -isystem
This commit is contained in:
commit
3e4da61447
|
@ -188,18 +188,6 @@ set(wxWidgets_LIBRARIES "")
|
||||||
set(wxWidgets_LIBRARY_DIRS "")
|
set(wxWidgets_LIBRARY_DIRS "")
|
||||||
set(wxWidgets_CXX_FLAGS "")
|
set(wxWidgets_CXX_FLAGS "")
|
||||||
|
|
||||||
# Using SYSTEM with INCLUDE_DIRECTORIES in conjunction with wxWidgets on
|
|
||||||
# the Mac produces compiler errors. Set wxWidgets_INCLUDE_DIRS_NO_SYSTEM
|
|
||||||
# to prevent UsewxWidgets.cmake from using SYSTEM.
|
|
||||||
#
|
|
||||||
# See cmake mailing list discussions for more info:
|
|
||||||
# https://cmake.org/pipermail/cmake/2008-April/021115.html
|
|
||||||
# https://cmake.org/pipermail/cmake/2008-April/021146.html
|
|
||||||
#
|
|
||||||
if(APPLE OR CMAKE_CXX_PLATFORM_ID MATCHES "OpenBSD")
|
|
||||||
set(wxWidgets_INCLUDE_DIRS_NO_SYSTEM 1)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# DEPRECATED: This is a patch to support the DEPRECATED use of
|
# DEPRECATED: This is a patch to support the DEPRECATED use of
|
||||||
# wxWidgets_USE_LIBS.
|
# wxWidgets_USE_LIBS.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue