Ticket #17466 (closed enhancement: fixed)
vxl-1.11.0 dedicated directory for libs
| Reported by: | macports@… | Owned by: | toby@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | cmake install_targets | Cc: | toby@… |
| Port: |
Description
Hi Toby,
the guys over at #cmake told me, that it wouldn't be possible to override the INSTALL_TARGETS() command (which is deprecated BTW) of vxl's cmake. So we need to change all CMakeLists.txt. Here's a command that automatically "fixes" these lines in all files.
find . -name CMakeLists.txt -type f -exec sed -i -e 's:INSTALL_TARGETS(/lib :INSTALL_TARGETS(/lib/vxl :' {} \;
Change History
Note: See
TracTickets for help on using
tickets.

