]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Avoid CMake Warning that used GET_TARGET_PROPERTY with LOCATION property,
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 13 Oct 2014 12:55:56 +0000 (21:55 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 13 Oct 2014 13:02:39 +0000 (22:02 +0900)
commitc62d30e5fa4339bc0b0ebfaeea3ed21a0a874a8e
tree8cbe3e1ef40352ea4137c12d9c37de58ec984c8f
parentd052eea055efb486776fa41ebafa5a2e4b5e0a19
Avoid CMake Warning that used GET_TARGET_PROPERTY with LOCATION property,
so we should use $<TARGET_FILE> expression instead.
cat/CMakeLists.txt
cat/test/CMakeLists.txt
cpio/CMakeLists.txt
cpio/test/CMakeLists.txt
tar/CMakeLists.txt
tar/test/CMakeLists.txt