[CMake] problems with cache and findvtk

Michael Wild themiwi at gmail.com
Thu Jul 23 08:24:25 EDT 2009


On 23. Jul, 2009, at 13:40, Dominik Szczerba wrote:

> No, I do not have any cache files in the whole source tree.
>
> The easiest - and the most suspicious - way to reproduce is:
>
> 1) cmake -C ~/src/mesh/CMakeInitialCache-x60.cmake ~/src/mesh
> (this configures correctly, values from the cache are taken, I see  
> them
> displayed with MESSAGE. Now "make whatever" would work as expected.
> 2) ccmake .
^^^^^^^^^^^^^

This should be

ccmake ~/src/mesh


Michael


More information about the CMake mailing list