View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013061CMakeCMakepublic2012-03-23 16:492012-09-03 16:00
ReporterMichael Toy 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformApple MacOSOS XOS Version10.4.10
Product VersionCMake 2.8.7 
Target VersionFixed in Version 
Summary0013061: Strange code in Darwin.cmake
DescriptionPretty 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 "")
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team