[cmake-developers] [CMake 0016061]: define SOLARIS and CMAKE_HOST_SOLARIS as a cmake built-in

Mantis Bug Tracker mantis at public.kitware.com
Wed Apr 13 11:02:54 EDT 2016


The following issue has been SUBMITTED. 
====================================================================== 
https://public.kitware.com/Bug/view.php?id=16061 
====================================================================== 
Reported By:                Stefan Teleman
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   16061
Category:                   CMake
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2016-04-13 11:02 EDT
Last Modified:              2016-04-13 11:02 EDT
====================================================================== 
Summary:                    define SOLARIS and CMAKE_HOST_SOLARIS as a cmake
built-in
Description: 
in ${top_srcdir}/Source/cmState.cxx:

void cmState::Snapshot::SetDefaultDefinitions()

several builtins are defined: WIN32/CMAKE_HOST_WIN32, APPLE/CMAKE_HOST_APPLE,
etc.

We would like to submit this patch to add corresponding definitions
for Solaris: SOLARIS/CMAKE_HOST_SOLARIS

Proposed patch - cmState.cxx-solaris.patch - attached.

The patch is based on cmake 3.5.0.


Steps to Reproduce: 
Always - the SOLARIS/CMAKE_HOST_SOLARIS definition is not present
in cmake.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2016-04-13 11:02 Stefan Teleman New Issue                                    
2016-04-13 11:02 Stefan Teleman File Added: cmState.cxx-solaris.patch           
        
======================================================================



More information about the cmake-developers mailing list