MantisBT - CMake
View Issue Details
0014603CMakeCMakepublic2013-11-28 03:362014-06-02 08:37
Flynn Marquardt 
Brad King 
normalminoralways
closedfixed 
CMake 2.8.12 
CMake 3.0CMake 3.0 
0014603: Cross compiling for darwin fails
Due to the hard coded paths in Darwin.cmake, that fit perfect compiling native on OSX, the variable _apps_paths stays empty if cross compiling and the command list(REMOVE_DUPLICATES _apps_paths) fails on an empty list.

The supplied patch solves this.
No tags attached.
has duplicate 0014668closed Brad King Modules/Platform/Darwin.cmake failure with cross toolchain file 
patch cmake-darwin-cross.patch (413) 2013-11-28 03:36
https://public.kitware.com/Bug/file/4981/cmake-darwin-cross.patch
Issue History
2013-11-28 03:36Flynn MarquardtNew Issue
2013-11-28 03:36Flynn MarquardtFile Added: cmake-darwin-cross.patch
2013-12-02 09:38Brad KingNote Added: 0034666
2013-12-02 09:38Brad KingAssigned To => Brad King
2013-12-02 09:38Brad KingStatusnew => resolved
2013-12-02 09:38Brad KingResolutionopen => fixed
2013-12-02 09:38Brad KingFixed in Version => CMake 3.0
2013-12-02 09:38Brad KingTarget Version => CMake 3.0
2013-12-24 09:10Brad KingRelationship addedhas duplicate 0014668
2014-06-02 08:37Robert MaynardNote Added: 0036044
2014-06-02 08:37Robert MaynardStatusresolved => closed

Notes
(0034666)
Brad King   
2013-12-02 09:38   
Applied, thanks:

OS X: Fix app bundle search path during cross compiling
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3189ed34 [^]
(0036044)
Robert Maynard   
2014-06-02 08:37   
Closing resolved issues that have not been updated in more than 4 months.