MantisBT - CMake
View Issue Details
0014659CMake(No Category)public2013-12-19 08:252014-06-02 08:38
Benny Siegert 
Brad King 
normalfeaturealways
closedfixed 
i386MirBSD10uB4
CMake 2.8.12 
CMake 3.0CMake 3.0 
0014659: Support for MirBSD in CMake
MirBSD is a derivative of OpenBSD. CMake does not build on it out of the box but with the OpenBSD platform file, it works fine. That is:

$ ln Modules/Platform/OpenBSD.cmake Modules/Platform/MirBSD.cmake

Then build.

Could you please ship a MirBSD.cmake file that is simply a copy of the OpenBSD.cmake one? Thanks!
No tags attached.
Issue History
2013-12-19 08:25Benny SiegertNew Issue
2013-12-19 10:30Brad KingNote Added: 0034819
2013-12-19 10:46Benny SiegertNote Added: 0034822
2013-12-19 11:13Brad KingNote Added: 0034824
2013-12-19 11:13Brad KingAssigned To => Brad King
2013-12-19 11:13Brad KingStatusnew => resolved
2013-12-19 11:13Brad KingResolutionopen => fixed
2013-12-19 11:13Brad KingFixed in Version => CMake 3.0
2013-12-19 11:13Brad KingTarget Version => CMake 3.0
2013-12-19 12:08Bill HoffmanNote Added: 0034825
2013-12-19 14:06Brad KingStatusresolved => feedback
2013-12-19 14:06Brad KingResolutionfixed => reopened
2013-12-20 04:32Benny SiegertNote Added: 0034834
2013-12-20 04:32Benny SiegertStatusfeedback => assigned
2013-12-20 09:12Brad KingNote Added: 0034835
2014-01-27 13:47Brad KingStatusassigned => resolved
2014-01-27 13:47Brad KingResolutionreopened => fixed
2014-06-02 08:38Robert MaynardNote Added: 0036092
2014-06-02 08:38Robert MaynardStatusresolved => closed

Notes
(0034819)
Brad King   
2013-12-19 10:30   
Try adding the file as follows:

 $ cat Modules/Platform/MirBSD.cmake
 include(Platform/OpenBSD)

Does that work as expected?
(0034822)
Benny Siegert   
2013-12-19 10:46   
Yes, that works as expected.
(0034824)
Brad King   
2013-12-19 11:13   
Applied, thanks:

 Add MirBSD platform support
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af7489d5 [^]
(0034825)
Bill Hoffman   
2013-12-19 12:08   
Can you run a CMake dashboard for MirBSD ?
(0034834)
Benny Siegert   
2013-12-20 04:32   
Is that a run of the unit tests, or do you mean a continuous builder?
(0034835)
Brad King   
2013-12-20 09:12   
Bill is asking for a nightly build to run every day:

 http://www.cmake.org/Wiki/CMake/Git/Dashboard [^]

That way we will know when an upstream change affects support for this platform.
(0036092)
Robert Maynard   
2014-06-02 08:38   
Closing resolved issues that have not been updated in more than 4 months.