[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 3 17:40:46 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive
In directory public:/mounts/ram/cvs-serv10392

Modified Files:
	CMakeLists.txt 
Log Message:
Fix for dash17 ACL requires linking to a library acl that we don't want to depend on.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/CMakeLists.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** CMakeLists.txt	1 Nov 2009 17:41:17 -0000	1.4
--- CMakeLists.txt	3 Nov 2009 22:40:44 -0000	1.5
***************
*** 34,39 ****
  OPTION(ENABLE_CPIO_SHARED "Enable dynamic build of cpio" OFF)
  OPTION(ENABLE_XATTR "Enable extended attribute support" ON)
! OPTION(ENABLE_ACL "Enable ACL support" ON)
! OPTION(ENABLE_TEST "Enable unit and regression tests" ON)
  
  IF(ENABLE_TEST)
--- 34,39 ----
  OPTION(ENABLE_CPIO_SHARED "Enable dynamic build of cpio" OFF)
  OPTION(ENABLE_XATTR "Enable extended attribute support" ON)
! OPTION(ENABLE_ACL "Enable ACL support" OFF)
! OPTION(ENABLE_TEST "Enable unit and regression tests" OFF)
  
  IF(ENABLE_TEST)



More information about the Cmake-commits mailing list