CMake: Remove workaround for removing png headers from cairo
CAIRO_INCLUDE_DIRS does not include them with the current FindCairo.cmake.
This commit is contained in:
parent
b50633f440
commit
deaa43e32d
1 changed files with 0 additions and 3 deletions
|
|
@ -580,9 +580,6 @@ if(wxUSE_GUI)
|
|||
if(NOT CAIRO_FOUND)
|
||||
message(WARNING "Cairo not found, Cairo renderer won't be available")
|
||||
wx_option_force_value(wxUSE_CAIRO OFF)
|
||||
else()
|
||||
#TODO only if build-in png?
|
||||
list(FILTER CAIRO_INCLUDE_DIRS EXCLUDE REGEX ".*libpng.*")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue