]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
On Windows, build bsdcpio by default.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 20 Mar 2009 21:41:16 +0000 (17:41 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 20 Mar 2009 21:41:16 +0000 (17:41 -0400)
SVN-Revision: 825

CMakeLists.txt

index 010bb10a718dfa813440502a067f64aa2b6fde29..4d446359e6eab2b9ef21b6990933fb73763d7d51 100644 (file)
@@ -29,11 +29,7 @@ SET(LIBARCHIVE_VERSION_STRING  "${VERSION}")
 SET(SOVERSION                   8)
 
 OPTION(ENABLE_TAR "Enable tar building" ON)
-IF(WIN32)
-OPTION(ENABLE_CPIO "Enable cpio building" OFF)
-ELSE(WIN32)
 OPTION(ENABLE_CPIO "Enable cpio building" ON)
-ENDIF(WIN32)
 OPTION(ENABLE_XATTR "Enable extended attribute support" ON)
 OPTION(ENABLE_ACL "Enable ACL support" ON)
 OPTION(ENABLE_TEST "Enable unit and regression tests" ON)