[cmake-developers] [CMake 0015213]: CMAKE_MODULE_LIBRARY_SUFFIX is not set

Mantis Bug Tracker mantis at public.kitware.com
Tue Oct 21 14:59:24 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15213 
====================================================================== 
Reported By:                Hartmut Seichter
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15213
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-10-21 14:59 EDT
Last Modified:              2014-10-21 14:59 EDT
====================================================================== 
Summary:                    CMAKE_MODULE_LIBRARY_SUFFIX is not set
Description: 
This might be also relevant to other OSX variants.

CMAKE_MODULE_LIBRARY_SUFFIX is not set. However, compiling shared libraries as
modules produces correctly libraries with suffix .so (unlike .dylib) ... 


Steps to Reproduce: 
create a shared library - compile as MODULE ... results in .so 
use system introspection such as a config file - CMAKE_MODULE_LIBRARY_SUFFIX
returns nothing. In comparison, CMAKE_SHARED_LIBRARY_SUFFIX correctly is set to
".dylib"
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-10-21 14:59 Hartmut SeichterNew Issue                                    
======================================================================




More information about the cmake-developers mailing list