On Sunday 02 August 2009, alexis lameire wrote: > Date: Sun, 2 Aug 2009 00:31:31 +0200 > Subject: Re: [CMake] How to use FIND_PACKAGE(xxx) ? > From: [email protected] > To: [email protected] > CC: [email protected] > > Yeah I realized that it does not exists for Elastix, but it exists for ITK > though. Maybe the Elastix developer will include it in a future release.
No, not really. It doesn't make sense for a package Foo to include and install a FindFoo.cmake file, since this would then only be available if Foo is installed, but FindFoo.cmake has to be available also if Foo is not installed. I guess he'll have to write a FindElastix.cmake. FindJPEG.cmake could be used e.g. as simple example to start with. Alex _______________________________________________ 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
