"Eric Noulard" wrote
in message
news:cbe23c50905020632o2aafa8c3kb36dc6e1f023c...@mail.gmail.com...
> I did catch that one. But I was asking whether if you check that
> your SOURCE tree is clean.
Yes, I tried the in-source build only after the out-of-source build did not
work. I did remove t
"Eric Noulard" wrote
in message
news:cbe23c50905020426k2168c820ub9a0f31f738d9...@mail.gmail.com...
>Did you check that your source tree has been properly clean from
>any files after your [may be first] in-source try?
>
>You should delete,
> CMakeCache.txt
>any CMakeFiles/ directories
>and an
2009/5/2 barcaroller :
>
> "Philip Lowman" wrote in message
> news:f168bb790904301926p217e9bafn6f58a1a2a9b12...@mail.gmail.com...
>>
>> Which version of CMake are you using?
>>
>
> I was using cmake 2.6.3. I have installed cmake 2.6.4 but the problem is
> still there. Looking at the makefiles in
"Philip Lowman" wrote in message
news:f168bb790904301926p217e9bafn6f58a1a2a9b12...@mail.gmail.com...
>
> Which version of CMake are you using?
>
I was using cmake 2.6.3. I have installed cmake 2.6.4 but the problem is
still there. Looking at the makefiles in the generated build/CMakeFiles
c
On Thu, Apr 30, 2009 at 5:45 PM, barcaroller wrote:
>
> I'm having problems setting variables in my CMakeLists.txt files.
> Specifically, the following two lines have absolutely no effect, regardless
> of what values I give them:
>
>
>SET (CMAKE_VERBOSE_MAKEFILEON)
Which version of CMake
I'm having problems setting variables in my CMakeLists.txt files.
Specifically, the following two lines have absolutely no effect, regardless
of what values I give them:
SET (CMAKE_VERBOSE_MAKEFILEON)
SET (CMAKE_USE_RELATIVE_PATHS ON)
Note: I've also tried TRUE and YES instead