]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove unnecessary definition.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 15 Feb 2009 03:21:41 +0000 (22:21 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 15 Feb 2009 03:21:41 +0000 (22:21 -0500)
SVN-Revision: 621

CMakeLists.txt

index a25133da1917c81a2f118ff9d370c2d383a5ae47..565e80a6ee1fcc30f1ff591b2f565e1cf6d8d5c6 100644 (file)
@@ -635,8 +635,6 @@ ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$")
 # Libarchive is a library
 ADD_LIBRARY(archive SHARED ${libarchive_SOURCES} ${include_HEADERS})
 TARGET_LINK_LIBRARIES(archive ${ADDITIONAL_LIBS})
-SET_PROPERTY(TARGET archive PROPERTY RUNTIME_OUTPUT_DIRECTORY
-  "${CMAKE_CURRENT_BINARY_DIR}/lib")
 
 ############################################
 #