MantisBT - CMake
View Issue Details
0015213CMakeCMakepublic2014-10-21 14:592015-04-06 09:07
Hartmut Seichter 
 
normalminoralways
closedno change required 
Mac OS XOSX10.10
CMake 3.0.2 
 
0015213: CMAKE_MODULE_LIBRARY_SUFFIX is not set
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) ...
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"
No tags attached.
Issue History
2014-10-21 14:59Hartmut SeichterNew Issue
2014-10-21 15:11Brad KingNote Added: 0037058
2014-10-21 15:31Hartmut SeichterNote Added: 0037059
2014-10-21 15:45Brad KingStatusnew => resolved
2014-10-21 15:45Brad KingResolutionopen => no change required
2015-04-06 09:07Robert MaynardNote Added: 0038425
2015-04-06 09:07Robert MaynardStatusresolved => closed

Notes
(0037058)
Brad King   
2014-10-21 15:11   
The variable is called CMAKE_SHARED_MODULE_SUFFIX.
(0037059)
Hartmut Seichter   
2014-10-21 15:31   
Ugh. Yes, right - user incapable of proper name mangling ;) - Apologies for the noise.
(0038425)
Robert Maynard   
2015-04-06 09:07   
Closing resolved issues that have not been updated in more than 4 months.