[Cmake] Bug reports?

Brad King brad . king at kitware . com
Wed, 23 Jul 2003 08:40:47 -0400 (EDT)


> error (in the Examples/Tutorial/Step1/Cxx directory) that claims that
> VTKConfig.cmake is not found in the directory specified by VTK_DIR, but
> when I do ls -l $VTK_DIR/VTKConfig.cmake , the file is present and
> accessible (and I did remember to do export VTK_DIR).  Should I pull the
> CVS version and start over?  Or is there a way to debug this to figure out
> why cmake doesn't find the file?  Thanks!

VTK_DIR is a cmake cache entry, not an environment variable.  Modify it by
running a CMake GUI (ccmake in the case of cygwin).  You may also run
"make edit_cache" in the build tree.

-Brad