Michael Wild schrieb:
> if (NOT WIN32)
>   # use pkg-config to get the directories and then use these values
>   # in the FIND_PATH() and FIND_LIBRARY() calls
>   find_package( PkgConfig REQUIRED )
>   pkg_check_modules( _sigcxx2  REQUIRED sigc++-2.0 )
> endif (NOT WIN32)

pkgconfig can also be used on win32, so this is not correct, especially
when using MSYS.

HS
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to