#17466: vxl-1.11.0 dedicated directory for libs ------------------------------------+--------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: cmake install_targets | Port: ------------------------------------+--------------------------------------- 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 :' {} \; -- Ticket URL: <http://trac.macports.org/ticket/17466> MacPorts <http://www.macports.org/> Ports system for Mac OS