]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue 48: Instead of setting RUNTIME_OUTPUT_DIRECTORY separately for
authorTim Kientzle <kientzle@gmail.com>
Sun, 3 Jan 2010 21:25:38 +0000 (16:25 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sun, 3 Jan 2010 21:25:38 +0000 (16:25 -0500)
commit5cd96832b563045304fe1655afcbc26c02e0840a
treeff011dc99962f9dcea7f6273227112da177d6ab3
parent9242a7a7430f5467d5520196d8128242c884704c
Issue 48: Instead of setting RUNTIME_OUTPUT_DIRECTORY separately for
each component, set CMAKE_RUNTIME_OUTPUT_DIRECTORY once at the
top and let each component inherit that implicitly.  This allows
other projects that want to include libarchive to do so a little
more simply.

SVN-Revision: 1800
CMakeLists.txt
cpio/CMakeLists.txt
libarchive/CMakeLists.txt
tar/CMakeLists.txt