On Fri, May 21, 2010 at 02:04:38PM -0700, Torsten Rohlfing wrote:
> FIND_PACKAGE(ZLIB)
> IF(ZLIB_FOUND)
>   MESSAGE( WARNING "HAVE system zlib" )
> ELSEIF(ZLIB_FOUND)
>   MESSAGE( WARNING "NO system zlib" )
> ENDIF(ZLIB_FOUND)

I don't see an else clause here, just two ifs (that check the same
condition).

tyler
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to