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 ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
