Re: [CMake] Module find error running cmake

2009-09-05 Thread Alexander Neundorf
On Friday 04 September 2009, twf wrote: When trying to install a program that requires cmake I run into the following problem. First off, the install requires the following command: /cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../ During the run, the following error is generated:

[CMake] Module find error running cmake

2009-09-04 Thread twf
When trying to install a program that requires cmake I run into the following problem. First off, the install requires the following command: /cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../ During the run, the following error is generated: /CMake Error at

Re: [CMake] Module find error running cmake

2009-09-04 Thread Michael Jackson
That line looks awful strange. Usually it is something like: cmake -DCMAKE_INSTALL_PREFIX=/usr/local/KDE or something like that.. _ Mike Jackson mike.jack...@bluequartz.net On Sep 4, 2009, at 12:04 PM, twf wrote: