[cmake-developers] [CMake 0014878]: TI toolchain should follow TI's library naming convention

Mantis Bug Tracker mantis at public.kitware.com
Tue Apr 15 09:55:58 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14878 
====================================================================== 
Reported By:                raspy
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14878
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-04-15 09:55 EDT
Last Modified:              2014-04-15 09:55 EDT
====================================================================== 
Summary:                    TI toolchain should follow TI's library naming
convention
Description: 
CMake currently follows unix naming convention on Unix naming static libraries
lib*.a. TI however goes with the same convention on Windows and Unix naming
libraries *.lib. The same naming is used in all libraries: runtime libraries
provided with toolchain, additional TI libraries like DSPLink, DSPLib and
others.

My suggestion is to follow TI convention for naming libraries by including:

set(CMAKE_STATIC_LIBRARY_PREFIX)
set(CMAKE_STATIC_LIBRARY_SUFFIX ".lib")

possibly in a new file, called Modules/Compiler/TI.cmake
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-04-15 09:55 raspy          New Issue                                    
======================================================================



More information about the cmake-developers mailing list