Am Freitag 20 April 2007 19:23 schrieb [EMAIL PROTECTED]:
> I started experimenting with the INCLUDE()
> statement but have only been able to get
> it to find modules by supplying the full
> module path. Is there a way to specify a
> default path for INCLUDE so that only
> the module name is needed?
>
> These do not work for me on 64-bit OpenBSD 4.0:
>
> INCLUDE(FindJPEG)

Use
  FIND_PACKAGE(JPEG)
instead.

HS
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to