MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0014878 | CMake | CMake | public | 2014-04-15 09:55 | 2014-10-06 10:33 | |||||
Reporter | raspy | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | feature | Reproducibility | always | |||||
Status | closed | Resolution | duplicate | |||||||
Platform | x86_64 | OS | RedHat Enterprise Linux | OS Version | 6.4 | |||||
Product Version | CMake 2.8.12.2 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0014878: 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 | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2014-04-15 09:55 | raspy | New Issue | ||||||||
2014-04-15 09:57 | Brad King | Relationship added | related to 0014876 | |||||||
2014-04-15 09:58 | Brad King | Note Added: 0035709 | ||||||||
2014-04-15 09:58 | Brad King | Status | new => resolved | |||||||
2014-04-15 09:58 | Brad King | Resolution | open => duplicate | |||||||
2014-10-06 10:33 | Robert Maynard | Note Added: 0036974 | ||||||||
2014-10-06 10:33 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|