No subject


Wed May 9 12:08:04 EDT 2012


# 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:
#   http://www.cmake.org/pipermail/cmake/2008-April/021115.html
#   http://www.cmake.org/pipermail/cmake/2008-April/021146.html
#   
IF(APPLE)
  SET(wxWidgets_INCLUDE_DIRS_NO_SYSTEM 1)
ENDIF(APPLE)

This problem also shows up on OpenBSD, so the attached patch adds it to the
conditional. 

Steps to Reproduce: 
See http://www.cmake.org/pipermail/cmake/2008-April/021146.html.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-05-14 15:42 Anthony J. BentleyNew Issue                                    
2012-05-14 15:42 Anthony J. BentleyFile Added: patch-Modules_FindwxWidgets_cmake
                   
======================================================================



More information about the cmake-developers mailing list