← Back to team overview

cuneiform team mailing list archive

Re: problem with cmake

 

On Tue, 2008-12-30 at 17:02 +0100, Jean-Louis Cordonnier wrote:

> [16:50:47] 
> jean-louis@ubuntu:~/Documents/cuneiform/cuneiform-0.5.0$ /usr/local/bin/cmake -DCMAKE_BUILD_TYPE=debug ..
> CMake Error: The source directory "/home/jean-louis/Documents/cuneiform" does 
> not appear to contain CMakeLists.txt.
> Specify --help for usage, or press the help button on the CMake GUI.
> 
> файл " CMakeLists.txt " здесь:  
> "/home/jean-louis/Documents/cuneiform/cuneiform-0.5.0"

cd /home/jean-louis/Documents/cuneiform/cuneiform-0.5.0
mkdir builddir
cd builddir
cmake -DCMAKE_BUILD_TYPE=debug ..
 
-- 
Sincerely yours,
Yury V. Zaytsev




Follow ups