View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
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. [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | patch-Modules_FindwxWidgets_cmake [^] (655 bytes) 2012-05-14 15:42 [Show Content] | ||||||||
Relationships | |
Relationships |
Notes | |
(0029470) Brad King (manager) 2012-05-14 16:05 |
Applied (with slight tweak to endif), thanks: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=16ee1973 [^] |
(0031128) David Cole (manager) 2012-10-01 13:22 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |