View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015213CMakeCMakepublic2014-10-21 14:592015-04-06 09:07
ReporterHartmut Seichter 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformMac OS XOSOSXOS Version10.10
Product VersionCMake 3.0.2 
Target VersionFixed in Version 
Summary0015213: CMAKE_MODULE_LIBRARY_SUFFIX is not set
DescriptionThis 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 Reproducecreate 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"
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0037058)
Brad King (manager)
2014-10-21 15:11

The variable is called CMAKE_SHARED_MODULE_SUFFIX.
(0037059)
Hartmut Seichter (reporter)
2014-10-21 15:31

Ugh. Yes, right - user incapable of proper name mangling ;) - Apologies for the noise.
(0038425)
Robert Maynard (manager)
2015-04-06 09:07

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2014-10-21 14:59 Hartmut Seichter New Issue
2014-10-21 15:11 Brad King Note Added: 0037058
2014-10-21 15:31 Hartmut Seichter Note Added: 0037059
2014-10-21 15:45 Brad King Status new => resolved
2014-10-21 15:45 Brad King Resolution open => no change required
2015-04-06 09:07 Robert Maynard Note Added: 0038425
2015-04-06 09:07 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team