Transport Sample Protocol - Tasks: task #6883, Use InstallRequiredSystemLibraries...
You are not allowed to post comments on this tracker with your current authentication level.
task #6883: Use InstallRequiredSystemLibraries CMake macro for Win32 build
Submitter: | Eric NOULARD <erk> | ||
Submitted: | Mon 14 May 2007 10:45:21 PM UTC | ||
Category: | None | Should Start On: | Mon 14 May 2007 10:00:00 PM UTC |
Should be Finished on: | Mon 14 May 2007 10:00:00 PM UTC | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Powered by Savane 3.12.
Corresponding source code
We should use the predefined:
INCLUDE(InstallRequiredSystemLibraries)
CMake MACRO as suggested by
http://www.cmake.org/pipermail/cmake/2007-May/014048.html
in order to ship MS Visual runtime libs.
We used to do it with EXTRA NSIS INSTALL command
which is not as good as the previous CMake MACRO.
I will commit the commented change in tsp/CMakeLists.txt
as a reminder, for the next TSP for Win32 release.