MantisBT - CMake
View Issue Details
0003642CMakepublic2006-08-19 05:212006-08-21 11:51
Andrey Rahmatullin 
Brad King 
highfeaturealways
closedwon't fix 
 
 
0003642: [PATCH] Building bundled libs as shared
Here is the patch that allows to set BUILD_SHARED_LIBS to ON and build CMakeLib etc as shared libraries, greatly reducing total size of executables.

For now patch works only on *nix.
No tags attached.
patch cmake-2.4.3-alt-dynamic-linking.patch (3,710) 1969-12-31 19:00
https://public.kitware.com/Bug/file/625/cmake-2.4.3-alt-dynamic-linking.patch
Issue History

Notes
(0004700)
Bill Hoffman   
2006-08-21 11:51   
Not supporting shared libCMakeLib was on purpose. The patch will not work on windows, and will break in-source builds. Also, the dashboards would have to be doubled to support this to make sure things work.