Is there a clean way to copy the install target e.g.

install (TARGETS foo DESTINATION bin)

~ install(TARGETS foo DESTINATION loc2 RENAME foo_bar) <-doesn't exist.

I basically need to install the same target to *multiple* locations
with different names.

-- 
Cheers,
Timothy St. Clair
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to