From: Michihiro NAKAJIMA Date: Fri, 20 Mar 2009 21:41:16 +0000 (-0400) Subject: On Windows, build bsdcpio by default. X-Git-Tag: v2.7.0~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=298a6d481e4aba3eae00fc27e7f5a58f4410c52e;p=thirdparty%2Flibarchive.git On Windows, build bsdcpio by default. SVN-Revision: 825 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 010bb10a7..4d446359e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)