[Insight-developers] where is CMAKE :: FIND_INCLUDE gone ?

Luis Ibanez ibanez@cs.unc.edu
Sun, 06 May 2001 12:31:36 -0400


Thanks Bill,

On the meantime, trying to get around, I created 
a FindFLTK.cmake file in CMake/Modules.

This is a nice CMake feature, and makes easier to
define paths in only one place. The FIND_INCLUDES
on the Unsupported CMakeList.txt were replaced by:

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

May I check in FindFLTK.cmake ?
It is not a problem to be located in the CMake directory ?

thanks


Luis

-------

"William A. Hoffman" wrote:
> 
> I take that back, it was removed by mistake, it should be fixed now.
>