[CMake] Module find error running cmake
Tyler Roscoe
tyler at cryptio.net
Fri Sep 4 13:05:12 EDT 2009
On Fri, Sep 04, 2009 at 12:22:12PM -0400, Michael Jackson wrote:
> That line looks awful strange. Usually it is something like:
>
> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/KDE
>
> >cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
He's trying to use backticks to query kde4-config for the directory and
pass that back to cmake. It should work, assuming "kde4-config --prefix"
returns the right thing. twf: does it do this?
As for your error:
> > /CMake Error at /usr/local/share/cmake-2.6/Modules/FindKDE4.cmake:84
> > (MESSAGE):
> > ERROR: cmake/modules/FindKDE4Internal.cmake not found in
Where is FindKDE4Internal.cmake on your disk? Is it not in the path
where CMake is searching for it?
tyler
More information about the CMake
mailing list