[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 30 16:22:11 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Fix compile issues on Mac OSX 10.3 on midworld dashboard.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeLists.txt	30 Oct 2009 17:09:06 -0000	1.1
--- CMakeLists.txt	30 Oct 2009 20:22:08 -0000	1.2
***************
*** 479,483 ****
    IF(WIN32)
      SET(gid_t "short")
!   ELSEIF(WIN32)
      SET(gid_t "unsigned int")
    ENDIF(WIN32)
--- 479,483 ----
    IF(WIN32)
      SET(gid_t "short")
!   ELSE(WIN32)
      SET(gid_t "unsigned int")
    ENDIF(WIN32)
***************
*** 488,492 ****
    IF(WIN32)
      SET(id_t "short")
!   ELSEIF(WIN32)
      SET(id_t "unsigned int")
    ENDIF(WIN32)
--- 488,492 ----
    IF(WIN32)
      SET(id_t "short")
!   ELSE(WIN32)
      SET(id_t "unsigned int")
    ENDIF(WIN32)
***************
*** 543,547 ****
    IF(WIN32)
      SET(uid_t "short")
!   ELSEIF(WIN32)
      SET(uid_t "unsigned int")
    ENDIF(WIN32)
--- 543,547 ----
    IF(WIN32)
      SET(uid_t "short")
!   ELSE(WIN32)
      SET(uid_t "unsigned int")
    ENDIF(WIN32)



More information about the Cmake-commits mailing list