[Cmake] external packages

Cross, Geoff (CRD) crossge at crd.ge.com
Thu May 3 16:37:29 EDT 2001


> -----Original Message-----
> From: Bill Hoffman [mailto:bill.hoffman at kitware.com]
> Sent: Thursday, May 03, 2001 1:27 PM
> To: Miller, James V (CRD); Cross, Geoff (CRD);
> 'cmake at public.kitware.com'
> Subject: RE: [Cmake] external packages
> 
> 
> Yes, for an example, see CMake/Modules.   There is some cmake code
> to find tcl headers and libraries for windows and unix.
> 
> -Bill
> 

And of course, an 

INCLUDE(${CMAKE_SOURCE_DIR}/CMake/Modules/FindOpenGL.cmake)

is what you really want to put in the CMakeLists.txt file so that we can cope with changes.

We should probably build up a library of such CMake snippets.  I'm going after gtk, glX and a few
others in a minute...

Geoff.





More information about the CMake mailing list