MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013219 | CMake | CMake | public | 2012-05-14 15:42 | 2012-10-01 13:22 |
Reporter | Anthony J. Bentley | ||||
Assigned To | Brad King | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OpenBSD | OS Version | ||
Product Version | CMake 2.8.7 | ||||
Target Version | CMake 2.8.9 | Fixed in Version | CMake 2.8.9 | ||
Summary | 0013219: set wxWidgets_INCLUDE_DIRS_NO_SYSTEM on OpenBSD | ||||
Description | From /usr/local/share/cmake/Modules/FindwxWidgets.cmake: # 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. [^] | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | patch-Modules_FindwxWidgets_cmake (655) 2012-05-14 15:42 https://public.kitware.com/Bug/file/4327/patch-Modules_FindwxWidgets_cmake | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-05-14 15:42 | Anthony J. Bentley | New Issue | |||
2012-05-14 15:42 | Anthony J. Bentley | File Added: patch-Modules_FindwxWidgets_cmake | |||
2012-05-14 16:05 | Brad King | Note Added: 0029470 | |||
2012-05-14 16:05 | Brad King | Assigned To | => Brad King | ||
2012-05-14 16:05 | Brad King | Status | new => resolved | ||
2012-05-14 16:05 | Brad King | Resolution | open => fixed | ||
2012-05-14 16:05 | Brad King | Fixed in Version | => CMake 2.8.9 | ||
2012-05-14 16:05 | Brad King | Target Version | => CMake 2.8.9 | ||
2012-10-01 13:22 | David Cole | Note Added: 0031128 | |||
2012-10-01 13:22 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|