MantisBT - CMake
View Issue Details
0006250CMakeCMakepublic2008-01-16 16:112008-02-06 15:19
Andreas Pakulat 
 
normalfeaturealways
closedfixed 
 
 
0006250: find_library should support to search for static libs
Currently find_library doesn't support a way of specifying wether one wants a static or shared library when searching for a name. Some libraries (like boost) provide 2 versions, one that can be dynamically linked to and another to link statically.

It would be nice to have something like the STATIC keyword (or SHARED) like in add_library() also for find_library.
No tags attached.
duplicate of 0001643closed Brad King FIND_LIBRARY needs to distinguish between shared and static libraries 
Issue History
2008-01-16 16:11Andreas PakulatNew Issue
2008-01-17 17:43Alex NeundorfCategoryCCMake => CMake
2008-02-06 15:19Brad KingRelationship addedduplicate of 0001643
2008-02-06 15:19Brad KingStatusnew => closed
2008-02-06 15:19Brad KingNote Added: 0010401
2008-02-06 15:19Brad KingResolutionopen => fixed

Notes
(0010401)
Brad King   
2008-02-06 15:19   
Closing as duplicate.