MantisBT - CMake
View Issue Details
0014878CMakeCMakepublic2014-04-15 09:552014-10-06 10:33
raspy 
 
normalfeaturealways
closedduplicate 
x86_64RedHat Enterprise Linux6.4
CMake 2.8.12.2 
 
0014878: TI toolchain should follow TI's library naming convention
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
No tags attached.
related to 0014876closed Kitware Robot Improve support for TI compiler 
Issue History
2014-04-15 09:55raspyNew Issue
2014-04-15 09:57Brad KingRelationship addedrelated to 0014876
2014-04-15 09:58Brad KingNote Added: 0035709
2014-04-15 09:58Brad KingStatusnew => resolved
2014-04-15 09:58Brad KingResolutionopen => duplicate
2014-10-06 10:33Robert MaynardNote Added: 0036974
2014-10-06 10:33Robert MaynardStatusresolved => closed

Notes
(0035709)
Brad King   
2014-04-15 09:58   
Since CMake does not currently contain platform information files for TI these are not individual bugs. Please keep discussion in 0014876.
(0036974)
Robert Maynard   
2014-10-06 10:33   
Closing resolved issues that have not been updated in more than 4 months.