Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 12:16:02 AM (18 years ago)
Author:
landauf
Message:

compiles with mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/cmake/FindZLIB.cmake

    r539 r547  
    6060  FIND_LIBRARY(ZLIB_LIBRARY
    6161    NAMES zlib
    62     PATHS ${Zlib_LIBRARY_DIR}
     62    PATHS ${ZLIB_LIBRARY_DIR}
    6363  )
    6464
    65   IF(Zlib_LIBRARY)
     65  IF(ZLIB_LIBRARY)
    6666    MESSAGE(STATUS "Zlib was found.")
    67   ELSE(Zlib_LIBRARY)
     67  ELSE(ZLIB_LIBRARY)
    6868    MESSAGE(FATAL_ERROR "Zlib was NOT found.")
    6969  ENDIF(ZLIB_LIBRARY)
Note: See TracChangeset for help on using the changeset viewer.