| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0013061 | CMake | CMake | public | 2012-03-23 16:49 | 2012-09-03 16:00 | ||||
| Reporter | Michael Toy | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | no change required | ||||||
| Platform | Apple Mac | OS | OS X | OS Version | 10.4.10 | ||||
| Product Version | CMake 2.8.7 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0013061: Strange code in Darwin.cmake | ||||||||
| Description | Pretty sure line 121 is wrong ... guessing maybe it was meant to be: ELSE(NOT ENV_CMAKE_OSX_SYSROOT_DEFAULT STREQUAL "") ( original source ) 118 # Use environment or default as initial cache value: 119 IF(NOT ENV_SDKROOT STREQUAL "") 120 SET(CMAKE_OSX_SYSROOT_VALUE ${ENV_SDKROOT}) 121 ELSE(NOT ENV_SDKROOT STREQUAL "") 122 SET(CMAKE_OSX_SYSROOT_VALUE ${CMAKE_OSX_SYSROOT_DEFAULT}) 123 ENDIF(NOT ENV_SDKROOT STREQUAL "") | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0028961) Michael Toy (reporter) 2012-03-23 17:16 |
never mind, i am an idiot ... i didn't read the code closely enough |
|
(0030840) David Cole (manager) 2012-09-03 16:00 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2012-03-23 16:49 | Michael Toy | New Issue | |
| 2012-03-23 17:16 | Michael Toy | Note Added: 0028961 | |
| 2012-03-26 08:09 | Brad King | Status | new => resolved |
| 2012-03-26 08:09 | Brad King | Resolution | open => no change required |
| 2012-03-26 08:09 | Brad King | Assigned To | => Brad King |
| 2012-09-03 16:00 | David Cole | Note Added: 0030840 | |
| 2012-09-03 16:00 | David Cole | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |